Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
891aeca388 | |||
aa5f8c93fd |
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pvc (0.8-1) unstable; urgency=high
|
||||
|
||||
* Fix bug with IPv6 being enabled on bridged interfaces
|
||||
|
||||
-- Joshua Boniface <joshua@boniface.me> Thu, 15 Oct 2020 11:02:24 -0400
|
||||
|
||||
pvc (0.8-0) unstable; urgency=medium
|
||||
|
||||
* Numerous bugfixes and improvements
|
||||
|
@ -511,9 +511,9 @@ add rule inet filter forward ip6 saddr {netaddr6} counter jump {vxlannic}-out
|
||||
)
|
||||
)
|
||||
|
||||
# Disable IPv6 DAD on bridge interface
|
||||
# Disable IPv6 on bridge interface (prevents leakage)
|
||||
common.run_os_command(
|
||||
'sysctl net.ipv6.conf.{}.accept_dad=0'.format(
|
||||
'sysctl net.ipv6.conf.{}.disable_ipv6=1'.format(
|
||||
self.bridge_nic
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user