diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/networking/Config.src b/networking/Config.src index 06930f4a6..8aeba0ef9 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -612,35 +612,6 @@ config FEATURE_IPCALC_LONG_OPTIONS | |||
612 | help | 612 | help |
613 | Support long options for the ipcalc applet. | 613 | Support long options for the ipcalc applet. |
614 | 614 | ||
615 | config NAMEIF | ||
616 | bool "nameif" | ||
617 | default y | ||
618 | select PLATFORM_LINUX | ||
619 | select FEATURE_SYSLOG | ||
620 | help | ||
621 | nameif is used to rename network interface by its MAC address. | ||
622 | Renamed interfaces MUST be in the down state. | ||
623 | It is possible to use a file (default: /etc/mactab) | ||
624 | with list of new interface names and MACs. | ||
625 | Maximum interface name length: IFNAMSIZ = 16 | ||
626 | File fields are separated by space or tab. | ||
627 | File format: | ||
628 | # Comment | ||
629 | new_interface_name XX:XX:XX:XX:XX:XX | ||
630 | |||
631 | config FEATURE_NAMEIF_EXTENDED | ||
632 | bool "Extended nameif" | ||
633 | default y | ||
634 | depends on NAMEIF | ||
635 | help | ||
636 | This extends the nameif syntax to support the bus_info and driver | ||
637 | checks. The syntax is compatible to the normal nameif. | ||
638 | File format: | ||
639 | new_interface_name driver=asix bus=usb-0000:00:08.2-3 | ||
640 | new_interface_name bus=usb-0000:00:08.2-3 00:80:C8:38:91:B5 | ||
641 | new_interface_name mac=00:80:C8:38:91:B5 | ||
642 | new_interface_name 00:80:C8:38:91:B5 | ||
643 | |||
644 | config NETSTAT | 615 | config NETSTAT |
645 | bool "netstat" | 616 | bool "netstat" |
646 | default y | 617 | default y |