networking: add 'ip neigh' command
[oweals/busybox.git] / networking / Config.src
index 43ccbf385f90990b91bd8ba197ccd75f9a775df8..8c7417f86bf1eb024eeb75d12d78db3877882059 100644 (file)
@@ -554,6 +554,13 @@ config FEATURE_IP_RULE
        help
          Add support for rule commands to "ip".
 
+config FEATURE_IP_NEIGH
+       bool "ip neighbor"
+       default y
+       depends on IP
+       help
+         Add support for neighbor commands to "ip".
+
 config FEATURE_IP_SHORT_FORMS
        bool "Support short forms of ip commands"
        default y
@@ -565,6 +572,7 @@ config FEATURE_IP_SHORT_FORMS
          ip route  -> iproute
          ip tunnel -> iptunnel
          ip rule   -> iprule
+         ip neigh  -> ipneigh
 
          Say N unless you desparately need the short form of the ip
          object commands.
@@ -604,6 +612,11 @@ config IPRULE
        default y
        depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE
 
+config IPNEIGH
+       bool
+       default y
+       depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_NEIGH
+
 config IPCALC
        bool "ipcalc"
        default y