Skip to content

Commit 0dbca80

Browse files
committed
Enable additional ip features to support 'ip rule'
1 parent ae21aeb commit 0dbca80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/configs/sun50iw1p1smp_linux_defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,20 @@ CONFIG_PACKET_DIAG=y
9999
CONFIG_UNIX=y
100100
CONFIG_UNIX_DIAG=y
101101
CONFIG_INET=y
102+
CONFIG_IP_ADVANCED_ROUTER=y
103+
CONFIG_IP_FIB_TRIE_STATS=y
104+
CONFIG_IP_MULTIPLE_TABLES=y
105+
CONFIG_IP_ROUTE_MULTIPATH=y
106+
CONFIG_IP_ROUTE_VERBOSE=y
102107
CONFIG_IP_PNP=y
103108
CONFIG_IP_PNP_DHCP=y
104109
CONFIG_IP_PNP_BOOTP=y
105110
CONFIG_SYN_COOKIES=y
106111
# CONFIG_INET_LRO is not set
107112
CONFIG_IPV6=y
108113
CONFIG_IPV6_PRIVACY=y
114+
CONFIG_IPV6_MULTIPLE_TABLES=y
115+
CONFIG_IPV6_SUBTREES=y
109116
# CONFIG_ANDROID_PARANOID_NETWORK is not set
110117
CONFIG_NETFILTER=y
111118
CONFIG_NF_CONNTRACK=m

0 commit comments

Comments
 (0)