summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 00:01:44 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-13 00:01:44 +0000
commitf03c933e473760cb3776aee8283ecb3e4bddf097 (patch)
treeba401fac3566fc280a93c7933e4c33767acd99ee /networking/Config.in
parent9130c8584783a4449b01cce2a780add080f23dd9 (diff)
downloadbusybox-w32-f03c933e473760cb3776aee8283ecb3e4bddf097.tar.gz
busybox-w32-f03c933e473760cb3776aee8283ecb3e4bddf097.tar.bz2
busybox-w32-f03c933e473760cb3776aee8283ecb3e4bddf097.zip
New applet, nameif by Nick Fedchik and myself.
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in14
1 files changed, 14 insertions, 0 deletions
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
192 help 192 help
193 Please submit a patch to add help text for this item. 193 Please submit a patch to add help text for this item.
194 194
195config CONFIG_NAMEIF
196 bool "nameif"
197 default n
198 help
199 nameif used to rename network interface by its MAC address.
200 Renamed interfaces MUST be in the down state.
201 It is possible to use file (default: /etc/mactab)
202 with list of new interface names and MACs.
203 Maximum interface name length: IF_NAMESIZE = 16
204 File fields are sepatated by space or tab.
205 File format:
206 # Comment
207 new_interface_name XX:XX:XX:XX:XX:XX
208
195config CONFIG_NC 209config CONFIG_NC
196 bool "nc" 210 bool "nc"
197 default n 211 default n