Hacker News new | ask | show | jobs
by sargun 771 days ago
Is there a way to run an app in a specific VRF nowadays?
2 comments

Just like with netns using ip: `ip vrf exec <vrf> <command>`. It’s been available for a while now
Look here: https://jerryxiao.cc/archives/1004

Yes, it's eBPF but the solution is quite neat to be honest. And you can integrate it into systemd units.