- add 'ip rule' support. First take..
text data bss dec hex filename
2999 0 0 2999 bb7 networking/libiproute/iprule.o
diff --git a/networking/Config.in b/networking/Config.in
index 34847a1..ba41ab1 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -364,6 +364,13 @@
help
Add support for tunneling commands to "ip".
+config FEATURE_IP_RULE
+ bool "ip rule"
+ default n
+ depends on IP
+ help
+ Add support for rule commands to "ip".
+
config FEATURE_IP_SHORT_FORMS
bool "Support short forms of ip commands."
default n
@@ -398,6 +405,11 @@
default y
depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_TUNNEL
+config IPRULE
+ bool
+ default y
+ depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE
+
config IPCALC
bool "ipcalc"
default n