On 5/31/19 4:38 AM, George Wilkie wrote: > What are your thoughts on creating a "vrfdefault" for "local" table? > ip link add vrfdefault type vrf table local > ip link set dev vrfdefault up > ip ro add vrf vrfA 10.10.3.0/24 dev vrfdefault > ip ro add 10.10.2.0/24 dev vrfA > ip -6 ro add vrf vrfA 10:10:3::/64 dev vrfdefault > ip -6 ro add 10:10:2::/64 dev vrfA > > I'm able to reach local and peer addresses for both v4 and v6 with this > approach.
Robert looked into that some time back. I was not aware it is working, but if it does, great.