d7c4428525
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.
9 lines
333 B
YAML
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.
|