New applet, nameif by Nick Fedchik and myself.

This commit is contained in:
Glenn L McGrath
2002-12-13 00:01:44 +00:00
parent 9130c85847
commit f03c933e47
5 changed files with 248 additions and 0 deletions

View File

@@ -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