include sysctl update in the slavefw.sh init script
This commit is contained in:
parent
0ccbe3922f
commit
178eccf645
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ ip addr add $TRANSPORT_IP dev $PUBIF
|
||||||
sleep 5
|
sleep 5
|
||||||
ip route add default via $TRANSPORT_GW
|
ip route add default via $TRANSPORT_GW
|
||||||
|
|
||||||
|
sysctl -p
|
||||||
|
|
||||||
python3 /root/frankenrouter/frankenrouter.py init
|
python3 /root/frankenrouter/frankenrouter.py init
|
||||||
python3 /root/frankenrouter/frankenrouter.py apply
|
python3 /root/frankenrouter/frankenrouter.py apply
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue