Kconfig (ee53826801a8fa7a0e333895421ef6d0e5fbfbf0) | Kconfig (75bff8f023e02b045a8f68f36fa7da98dca124b8) |
---|---|
1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6config IPV6 7 tristate "The IPv6 protocol" 8 default m --- 159 unchanged lines hidden (view full) --- 168 169config IPV6_MULTIPLE_TABLES 170 bool "IPv6: Multiple Routing Tables" 171 depends on IPV6 && EXPERIMENTAL 172 select FIB_RULES 173 ---help--- 174 Support multiple routing tables. 175 | 1# 2# IPv6 configuration 3# 4 5# IPv6 as module will cause a CRASH if you try to unload it 6config IPV6 7 tristate "The IPv6 protocol" 8 default m --- 159 unchanged lines hidden (view full) --- 168 169config IPV6_MULTIPLE_TABLES 170 bool "IPv6: Multiple Routing Tables" 171 depends on IPV6 && EXPERIMENTAL 172 select FIB_RULES 173 ---help--- 174 Support multiple routing tables. 175 |
176config IPV6_ROUTE_FWMARK 177 bool "IPv6: use netfilter MARK value as routing key" 178 depends on IPV6_MULTIPLE_TABLES && NETFILTER 179 ---help--- 180 If you say Y here, you will be able to specify different routes for 181 packets with different mark values (see iptables(8), MARK target). 182 |
|