]> git.proxmox.com Git - mirror_iproute2.git/commit
vxlan: nag user to set port value
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 15 May 2013 20:41:49 +0000 (13:41 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 15 May 2013 22:09:57 +0000 (15:09 -0700)
commit2a126a85fe378c814bae2655532af338700ee7dd
treef9e311b1a30143001ebbf6b2c71d6c5720dec6f8
parent5b8a1d4a03df76b077649e58522fbb4054769273
vxlan: nag user to set port value

This change shifts burden onto the users to choose the UDP port value.
Kernel default value is incorrect UDP port 5287 but now there is
an official assigned port for VXLAN.

The kernel can't change because of legacy compatibility
but new deployments should not use the legacy port value.
ip/iplink_vxlan.c