lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ