]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/ip-link.8.in
ip: link: add support for netdevsim device type
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 2 Jan 2018 22:54:52 +0000 (14:54 -0800)
committerDavid Ahern <dsahern@gmail.com>
Wed, 3 Jan 2018 04:46:19 +0000 (20:46 -0800)
commit7d424c71935673665baed47ba7ee0ee20d29d4f3
treefb5f065f56714d93b66ae554b8a71c08622539c0
parent874c734c1c0899cc487604e038bf211d7a4044cc
ip: link: add support for netdevsim device type

netdevsim is a new software device for testing kernel APIs
without any hardware attached.  Allow users to create such
devices.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
ip/Makefile
ip/ipaddress.c
ip/iplink.c
ip/iplink_netdevsim.c [new file with mode: 0644]
man/man8/ip-link.8.in