On Sat, May 09, 2020 at 12:17:47PM -0700, Maciej Żenczykowski wrote: > Argh. I've never understood the faintest thing about VRF's.
:) There are many resources that David created over the years. For example: https://www.kernel.org/doc/Documentation/networking/vrf.txt https://netdevconf.info/1.1/proceedings/slides/ahern-vrf-tutorial.pdf https://netdevconf.info/1.2/session.html?david-ahern-talk BTW, in the example it should be: ip link set dev veth-blue up master vrf-blue Instead of: ip link set dev veth-blue up master vrf-red (Obviously)