← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1373359] Re: Vxlan UDP port value is not getting updated in db

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373359

Title:
  Vxlan UDP port value is not getting updated in db

Status in neutron:
  Expired

Bug description:
  The value for Vxlan UDP port should be changed in
  'ml2_vxlan_endpoints' table according to the values configured in
  ml2_conf.ini at L2 agent side.

  Currently, it is hard coded with VXLAN_UDP_PORT = 4789 in
  type_vxlan.py

      def add_endpoint(self, ip, udp_port=VXLAN_UDP_PORT):
          LOG.debug(_("add_vxlan_endpoint() called for ip %s"), ip).

  The tunnel_sync() rpc should send the UDP port to it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1373359/+subscriptions


References