frank-w / BPI-Router-Linux

Linux kernel 4.14+ for BPI-R2, 5.4+ for R64, 6.1+ for R2Pro and R3
Other
136 stars 47 forks source link

IPV6_SUBTREES in kernel #132

Open danielschonfeld opened 2 months ago

danielschonfeld commented 2 months ago

Is it possible to turn that feature on in the kernel?

some IPv6 implementations of some ISPs hand out an address that isn't routable and when used by default causes ipv6 traffic originating from the router itself to go into a blackhole. This option allows setting the 'from' portion on the default gateway or really on any IPv6 static route.

example:

 ip -6 route add default via fe80::1 from 2100::1 dev eth0

Thanks!