diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index 43ccbf385..8c7417f86 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -554,6 +554,13 @@ config FEATURE_IP_RULE | |||
554 | help | 554 | help |
555 | Add support for rule commands to "ip". | 555 | Add support for rule commands to "ip". |
556 | 556 | ||
557 | config FEATURE_IP_NEIGH | ||
558 | bool "ip neighbor" | ||
559 | default y | ||
560 | depends on IP | ||
561 | help | ||
562 | Add support for neighbor commands to "ip". | ||
563 | |||
557 | config FEATURE_IP_SHORT_FORMS | 564 | config FEATURE_IP_SHORT_FORMS |
558 | bool "Support short forms of ip commands" | 565 | bool "Support short forms of ip commands" |
559 | default y | 566 | default y |
@@ -565,6 +572,7 @@ config FEATURE_IP_SHORT_FORMS | |||
565 | ip route -> iproute | 572 | ip route -> iproute |
566 | ip tunnel -> iptunnel | 573 | ip tunnel -> iptunnel |
567 | ip rule -> iprule | 574 | ip rule -> iprule |
575 | ip neigh -> ipneigh | ||
568 | 576 | ||
569 | Say N unless you desparately need the short form of the ip | 577 | Say N unless you desparately need the short form of the ip |
570 | object commands. | 578 | object commands. |
@@ -604,6 +612,11 @@ config IPRULE | |||
604 | default y | 612 | default y |
605 | depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE | 613 | depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE |
606 | 614 | ||
615 | config IPNEIGH | ||
616 | bool | ||
617 | default y | ||
618 | depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_NEIGH | ||
619 | |||
607 | config IPCALC | 620 | config IPCALC |
608 | bool "ipcalc" | 621 | bool "ipcalc" |
609 | default y | 622 | default y |