svn commit: r327955 - stable/11/etc

Bryan Venteicher bryanv at FreeBSD.org
Sun Jan 14 05:05:08 UTC 2018


Author: bryanv
Date: Sun Jan 14 05:05:06 2018
New Revision: 327955
URL: https://svnweb.freebsd.org/changeset/base/327955

Log:
  MFC r327438:
  
  Add VXLAN (RFC 7348) port

Modified:
  stable/11/etc/services
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/services
==============================================================================
--- stable/11/etc/services	Sun Jan 14 03:36:03 2018	(r327954)
+++ stable/11/etc/services	Sun Jan 14 05:05:06 2018	(r327955)
@@ -2291,6 +2291,7 @@ ipfix		4739/udp   #IP Flow Info Export
 ipfixs		4740/sctp  #ipfix protocol over DTLS
 ipfixs		4740/tcp   #ipfix protocol over TLS
 ipfixs		4740/udp   #ipfix protocol over DTLS
+vxlan		4789/udp   #Virtual eXtensible Local Area Network (VXLAN)
 commplex-main	5000/tcp
 commplex-main	5000/udp
 commplex-link	5001/tcp


More information about the svn-src-stable-11 mailing list