On 6/25/21 1:04 AM, Antony Antony wrote:
From: Christian Perle <redacted>
Default routes learned from router advertisements(RA) are always placed
in main routing table. For policy based routing setups one may
want a different table for default routes. This commit adds a sysctl
to make table number for RA default routes configurable.
examples:
sysctl net.ipv6.route.defrtr_table
sysctl -w net.ipv6.route.defrtr_table=42
ip -6 route show table 42
How are the routing tables managed? If the netdevs are connected to a
VRF this just works.