[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <466570CB.9080201@trash.net>
Date: Tue, 05 Jun 2007 16:18:51 +0200
From: Patrick McHardy <kaber@...sh.net>
To: netdev@...r.kernel.org
CC: socketcan@...tkopp.net, hadi@...erus.ca, xemul@...ru,
ebiederm@...ssion.com, tgraf@...g.ch
Subject: [RFC IPROUTE]: iplink: use netlink for link configuration
The iproute patch for the rtnl_link API. For simple devices
that take no configuration like dummy or ifb no further
changes are needed.
Example:
Create dummy device:
# ip link add type dummy
Show device:
# ip -d link list dummy0
9: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop
link/ether ae:9a:0c:8e:f5:e1 brd ff:ff:ff:ff:ff:ff
dummy
Delete device again:
# ip link delete dummy0
View attachment "x" of type "text/plain" (13870 bytes)
Powered by blists - more mailing lists