svn commit: r338503 - head/usr.sbin/services_mkdb

David E. O'Brien obrien at FreeBSD.org
Thu Sep 6 18:34:12 UTC 2018


Author: obrien
Date: Thu Sep  6 18:34:11 2018
New Revision: 338503
URL: https://svnweb.freebsd.org/changeset/base/338503

Log:
  Add MPLS LSP-echo (RFC8029, March 2017) port.
  
  Reviewed by:	stevek
  Approved by:	re(gjb)
  Obtained from:	Juniper Networks

Modified:
  head/usr.sbin/services_mkdb/services

Modified: head/usr.sbin/services_mkdb/services
==============================================================================
--- head/usr.sbin/services_mkdb/services	Thu Sep  6 17:25:50 2018	(r338502)
+++ head/usr.sbin/services_mkdb/services	Thu Sep  6 18:34:11 2018	(r338503)
@@ -2238,6 +2238,8 @@ vat-control	3457/tcp   #VAT default control
 vat-control	3457/udp   #VAT default control
 nut		3493/tcp   #Network UPS Tools
 nut		3493/udp   #Network UPS Tools
+lsp-ping	3503/tcp   #MPLS LSP-echo (RFC8029)
+lsp-ping	3503/udp   #MPLS LSP-echo (RFC8029)
 m2pa		3565/sctp  #M2PA
 m2pa		3565/tcp   #M2PA
 tsp		3653/tcp   #Tunnel Setup Protocol


More information about the svn-src-head mailing list