Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2017 17:11:12 +0000 (UTC)
From:      Bryan Venteicher <bryanv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327438 - head/etc
Message-ID:  <201712311711.vBVHBCi6043497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bryanv
Date: Sun Dec 31 17:11:12 2017
New Revision: 327438
URL: https://svnweb.freebsd.org/changeset/base/327438

Log:
  Add VXLAN (RFC 7348) port
  
  PR:		202316
  Submitted by:	olgeni@
  MFC after:	2 weeks

Modified:
  head/etc/services

Modified: head/etc/services
==============================================================================
--- head/etc/services	Sun Dec 31 17:07:59 2017	(r327437)
+++ head/etc/services	Sun Dec 31 17:11:12 2017	(r327438)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311711.vBVHBCi6043497>