From f03c933e473760cb3776aee8283ecb3e4bddf097 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 13 Dec 2002 00:01:44 +0000 Subject: New applet, nameif by Nick Fedchik and myself. --- networking/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'networking/Config.in') diff --git a/networking/Config.in b/networking/Config.in index 92467b748..b4b9462c3 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 -- cgit v1.2.3