]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/ip-link.8.in
iplink: Added support for the kernel IPoIB RTNL ops
authorOr Gerlitz <ogerlitz@mellanox.com>
Thu, 25 Oct 2012 14:57:59 +0000 (16:57 +0200)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 25 Oct 2012 15:53:12 +0000 (08:53 -0700)
commitde0389935f8c4abdbe275564db05e7ee3535ef36
tree59b31ad25a6c1f78dbee94ea912764dd66b58bc1
parente95c8fc3b1321c9af3561b5e438b941e4574e46c
iplink: Added support for the kernel IPoIB RTNL ops

Added support to ipoib rtnl ops through which one can create, configure,
query and delete IPoIB devices, for example

 $ ip link add link ib0.8001 name ib0.8001 type ipoib pkey 0x8001
 $ ip link add link ib0.1 name ib0.1 type ipoib mode connected
 $ ip --details link show dev ib0.1

Cc: Patrick McHardy <kaber@trash.net>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
ip/Makefile
ip/iplink.c
ip/iplink_ipoib.c [new file with mode: 0644]
man/man8/ip-link.8.in