diff options
author | Glenn L McGrath | 2002-12-13 00:01:44 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-13 00:01:44 +0000 |
commit | f03c933e473760cb3776aee8283ecb3e4bddf097 (patch) | |
tree | ba401fac3566fc280a93c7933e4c33767acd99ee /networking/Config.in | |
parent | 9130c8584783a4449b01cce2a780add080f23dd9 (diff) | |
download | busybox-f03c933e473760cb3776aee8283ecb3e4bddf097.zip busybox-f03c933e473760cb3776aee8283ecb3e4bddf097.tar.gz |
New applet, nameif by Nick Fedchik and myself.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 92467b7..b4b9462 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -192,6 +192,20 @@ config CONFIG_IPTUNNEL help Please submit a patch to add help text for this item. +config CONFIG_NAMEIF + bool "nameif" + default n + help + nameif used to rename network interface by its MAC address. + Renamed interfaces MUST be in the down state. + It is possible to use file (default: /etc/mactab) + with list of new interface names and MACs. + Maximum interface name length: IF_NAMESIZE = 16 + File fields are sepatated by space or tab. + File format: + # Comment + new_interface_name XX:XX:XX:XX:XX:XX + config CONFIG_NC bool "nc" default n |