diff options
Diffstat (limited to 'net/ipv6/Config.in')
-rw-r--r-- | net/ipv6/Config.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/ipv6/Config.in b/net/ipv6/Config.in index f4c84e640..3372817c3 100644 --- a/net/ipv6/Config.in +++ b/net/ipv6/Config.in @@ -2,6 +2,13 @@ # IPv6 configuration # bool 'IPv6: enable EUI-64 token format' CONFIG_IPV6_EUI64 -bool 'IPv6: disable provided based addresses' CONFIG_IPV6_NO_PB +if [ "$CONFIG_IPV6_EUI64" = "y" ]; then + bool 'IPv6: disable provider based addresses' CONFIG_IPV6_NO_PB +fi +if [ "$CONFIG_NETLINK" = "y" ]; then + if [ "$CONFIG_RTNETLINK" = "n" ]; then + bool 'IPv6: routing messages via old netlink' CONFIG_IPV6_NETLINK + fi +fi #bool 'IPv6: flow policy support' CONFIG_RT6_POLICY #bool 'IPv6: firewall support' CONFIG_IPV6_FIREWALL |