bundles/pppd: send out a Router Solicitation on ifup
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-14 12:11:51 +01:00
parent a14580944b
commit 877744b0ba
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -3,6 +3,7 @@ defaults = {
'packages': {
'ppp': {},
'pppoe': {},
'ndisc6': {},
},
},
}