You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful to combine some of the functionality, at the moment for libvopono I'm looking at using a combination of rtnetlink for ip address assignment and routing, nftnl for adding nftables rules, and this crate for creating Wireguard tunnels (parsing wg-quick config files). But they all share a lot of Netlink calls fundamentally.
A helpful strace:
This is necessary for
host -> peer
communication through the internal VPN subnet.peer -> host
works fine so this issue is lower priority.The text was updated successfully, but these errors were encountered: