]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip link: Add ipvlan support to the iproute2/ip util
authorMahesh Bandewar <maheshb@google.com>
Mon, 24 Nov 2014 02:06:11 +0000 (18:06 -0800)
committerStephen Hemminger <shemming@brocade.com>
Wed, 3 Dec 2014 17:37:37 +0000 (09:37 -0800)
commit81eaf677f91b53873871f66b8b549f99fb4b9cf5
tree7ee24db8b107d88375773355a2de01792abb353b
parent8b1c0216d8dc559d0add4fc683735f280c77f678
ip link: Add ipvlan support to the iproute2/ip util

Adding basic support to create virtual devices using 'ip'
utility. Following is the syntax -

ip link add link <master> <virtual> type ipvlan mode [ l2 | l3 ]
e.g. ip link add link eth0 ipvl0 type ipvlan mode l3

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Laurent Chavey <chavey@google.com>
Cc: Tim Hockin <thockin@google.com>
Cc: Brandon Philips <brandon.philips@coreos.com>
Cc: Pavel Emelianov <xemul@parallels.com>
ip/Makefile
ip/iplink.c
ip/iplink_ipvlan.c [new file with mode: 0644]