yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10289
[Bug 1285230] [NEW] use another vxlan port with ovs
Public bug reported:
currently, one can specify the vxlan udp port in the agent ml2_conf.ini
with :
[agent]
vxlan_udp_port = 8472
with this option, ovs will listen for vxlan packets on vxlan_udp_port and will send vxlan packets on the same port, regardless which port the other vxlan tunnel endpoint listen on.
So if one use two agents with different vxlan_udp_port, it won't work.
vxlan_udp_port should be the same for the entire infrastructure, otherwise it can't work.
** Affects: neutron
Importance: Undecided
Status: New
** Tags: ml2 ovs
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1285230
Title:
use another vxlan port with ovs
Status in OpenStack Neutron (virtual network service):
New
Bug description:
currently, one can specify the vxlan udp port in the agent
ml2_conf.ini with :
[agent]
vxlan_udp_port = 8472
with this option, ovs will listen for vxlan packets on vxlan_udp_port and will send vxlan packets on the same port, regardless which port the other vxlan tunnel endpoint listen on.
So if one use two agents with different vxlan_udp_port, it won't work.
vxlan_udp_port should be the same for the entire infrastructure, otherwise it can't work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1285230/+subscriptions
Follow ups
References