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