]> git.ipfire.org Git - thirdparty/iproute2.git/commit
vxlan: Make id optional when modifying a link
authorRobert Shearman <rs823p@att.com>
Tue, 28 Nov 2017 11:16:50 +0000 (11:16 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 28 Nov 2017 17:48:26 +0000 (09:48 -0800)
commitb6fae7887ff061d092bb11515f99540ada49684e
tree34f480e6d9a01903b91b31ce2024cc6cabb76e56
parent079e67816e5f7e2970ee1caa8f6427214993d31a
vxlan: Make id optional when modifying a link

Specifying the IFLA_VXLAN_LINK attribute on a vxlan link modify is
optional in the kernel, so make the id argument optional for "ip link
set ..." to avoid a user needing to specify it when changing another
attribute.

Signed-off-by: Robert Shearman <rs823p@att.com>
ip/iplink_vxlan.c