bundles/pppd: send out a Router Solicitation on ifup
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a14580944b
commit
877744b0ba
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -3,6 +3,7 @@ defaults = {
|
|||
'packages': {
|
||||
'ppp': {},
|
||||
'pppoe': {},
|
||||
'ndisc6': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue