neutron/releasenotes/notes/linuxbridge-vxlan-udp-ports-73b260efefa15a46.yaml
Gyorgy Szombathelyi d7c4428525 Allow to set UDP ports for VXLAN in Linuxbridge agent
Introduce vxlan.{udp_srcport_min, udp_srcport_max and udp_dstport}
for setting the port range used for VXLAN communication.

Change-Id: I97999988090eee7aee9b533ac1dad2de95b29cbe
Closes-Bug: #1483853
DocImpact:  vxlan.{udp_srcport_min, udp_srcport_max and udp_dstport}
can be used to set UDP port numbers used for VXLAN in LinuxBridge
agent.
2017-07-07 10:53:44 +02:00

9 lines
333 B
YAML

---
features:
- UDP ports used by VXLAN in the LinuxBridge agent
can be configured now with the VXLAN.udp_srcport_min,
VXLAN.udp_srcport_max and VXLAN.udp_dstport config
options. To use the IANA assigned port number, set
VXLAN.udp_dstport to 4789. The default is not changed
from the Linux kernel default 8472.