/init/

ue='master'>master AX.25-, NETROM and ROSE enhanced Iproute2 routing commands and utilitiesRalf Baechle
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2013-05-03 13:18:45 -0700
committerStephen Hemminger <stephen@networkplumber.org>2013-05-03 13:18:45 -0700
commitd85e0a59d47e2b1cfbce140a6d5df2405b1764e2 (patch)
treea5424399007230a2bb5589e95e403c630169b469
parent191b60bd73d50a9197302417a2fc119d71d11005 (diff)
Add vxlan destination port option
Add ability to set UDP destination port on a per device basis. If no port is assigned, the default IANA assigned port will be used. If you want the kernel default value, then use port 0. Source port range option is now called 'srcport', to avoid confusion. The old option syntax is accepted for compatiablity. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat
-rw-r--r--ip/iplink_vxlan.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c