]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink: add ipvtap support
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 19 Sep 2018 03:03:29 +0000 (11:03 +0800)
committerDavid Ahern <dsahern@gmail.com>
Fri, 21 Sep 2018 00:53:56 +0000 (17:53 -0700)
commit88272775e25f2c069497fe9f561c4b2209ea03ed
tree066f68f53cba0cb99e777f1a814be005addfb791
parent34212c73b7758637fffb58d09367eb9d5e735a12
iplink: add ipvtap support

IPVLAN and IPVTAP are using the same functions and parameters. So we can
just add a new link_util with id ipvtap. Others are the same.

Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/iplink.c
ip/iplink_ipvlan.c
man/man8/ip-link.8.in