I need to do policy routing on my CoreOS instances which use systemd. But I haven't found any documentation or examples on how to do it with systemd-network.
How do I do that?
So far I have only managed to create another routing table by adding an entry to a new file /etc/iproute2/rt_tables
and it is being recognised by the command line tools.
Ultimately, the I have two separate routers on the same subnet. I want to ensure that traffic coming from one router destined for my host, is returned by the same router.