chrisbouchard / namespaced-wireguard-vpn

Systemd configuration for a network namespace containing a WireGuard VPN connection
MIT License
40 stars 6 forks source link

Only add ipv6 route if available and set MTU directly #8

Closed JeWe37 closed 2 years ago

JeWe37 commented 2 years ago

Alright here's the MTU change as a separate PR, also added in that IPv6 routes should only be added if there is an actual IPv6 address available, that was giving me trouble while I was testing for the other PR.

chrisbouchard commented 2 years ago

Thank you very much. :+1: (I asked to split this off from #7 while I try to understand that pull request more.)

chrisbouchard commented 2 years ago

And yeah, good catch on the IPv6.