diff --git a/bundles/pppd/files/ip-up b/bundles/pppd/files/ip-up index 98d3f1f..beca42a 100644 --- a/bundles/pppd/files/ip-up +++ b/bundles/pppd/files/ip-up @@ -6,3 +6,5 @@ echo "iptables -t nat -A POSTROUTING -o $INTERFACE -j MASQUERADE" > /etc/iptable echo "net.ipv6.conf.$INTERFACE.accept_ra=2" > /etc/sysctl.d/90-pppd.conf /usr/local/sbin/iptables-enforce + +rdisc6 $INTERFACE diff --git a/bundles/pppd/metadata.py b/bundles/pppd/metadata.py index d2e4d80..9213ab4 100644 --- a/bundles/pppd/metadata.py +++ b/bundles/pppd/metadata.py @@ -3,6 +3,7 @@ defaults = { 'packages': { 'ppp': {}, 'pppoe': {}, + 'ndisc6': {}, }, }, }