Update subnet-up.tmpl
This commit is contained in:
parent
7e5c22c0bd
commit
fc67828ff9
@ -1,5 +1,5 @@
|
|||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
|
set
|
||||||
echo "Route up: $SUBNET via $INTERFACE"
|
echo "Route up: $SUBNET via $INTERFACE"
|
||||||
if [ ! $NAME != $NODE ]; then
|
if [ ! $NAME != $NODE ]; then
|
||||||
ip route add $SUBNET dev $INTERFACE
|
ip route add $SUBNET dev $INTERFACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user