]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Support "ip link add help" for rtnl_link API
authorPatrick McHardy <kaber@trash.net>
Tue, 7 Oct 2008 15:16:08 +0000 (17:16 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 13 Oct 2008 14:02:44 +0000 (07:02 -0700)
commit053255520216654c6914e84b0a37e86c542898bd
tree13d79ca8cde3df0d35fd42145256331465d4dcf9
parent3a99df7074b7840b0383d90f56243d5b9e93547a
Support "ip link add help" for rtnl_link API

For some reason "ip link add help" is currently not supported when using
the new rtnl_link API. Fix that.

Signed-off-by: Patrick McHardy <kaber@trash.net>
ip/iplink.c