Eric Spakman writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 6 Aug 2003 09:23:44 +0000 (09:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 6 Aug 2003 09:23:44 +0000 (09:23 -0000)
commitfdd2a0f3182840df094878b08b7760cbdea8c08c
treedb5e7b9cef9b60b031e9e98b01fdf3c96891ffac
parentd3652bf334aa9b6d696f93e10980e397f74487a9
Eric Spakman writes:

The attached patch adds "mtu" and "hwaddress" to the inet6 method and
"mtu", "hwaddr" and "pointopoint" to the inet4 method (just like in
the ifupdown part).
Note: "hwaddress" can't be used with the busybox ip applet (this
function isn't implemented in bb ip yet), but it can be of use with
an external "full blown" ip package.

The patch also removes "label" from the loopback configuration,
labels (subinterfaces) aren't used with loopback interfaces.

It further solves a problem in the bootp method, "ifconfig down
%interface%" should be "ifconfig %interface% down" and it's now also
possible to use ip with bootp.

The patch is fully tested with both busybox ip and "stand-alone" ip
and I didn't saw any problems.
networking/ifupdown.c