Skip to content

Commit

Permalink
enable IP_ADVANCED_ROUTER for busybox 'ip rule show'
Browse files Browse the repository at this point in the history
Adding this config option allows the user who has enabled the feature
CONFIG_FEATURE_IP_RULE in busybox to see the various routing table
prio's and set/change them with 'ip route ... table ...' and 'ip rule'.

Signed-off-by: Jason <github@lakedaemon.net>
  • Loading branch information
jac299792458 authored and hyperb1iss committed Aug 6, 2010
1 parent d323a65 commit 56763dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/arm/configs/cyanogen_mahimahi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,13 @@ CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
Expand Down

0 comments on commit 56763dd

Please sign in to comment.