default route commands on Linux now require gw or via (iproute2).
This commit is contained in:
committed by
Roy Marples
parent
cbafcd078d
commit
2c0a71172d
@@ -13,7 +13,7 @@ SOS?= BSD
|
||||
|
||||
network: network.in network.${OS}
|
||||
cp $@.in $@
|
||||
[ -e $@.${OS} ] && cat $@.${OS} >> $@ || true
|
||||
[ -e $@.${SOS} ] && cat $@.${SOS} >> $@ || true
|
||||
|
||||
staticroute: staticroute.${SOS}
|
||||
cp $@.${SOS} $@
|
||||
|
||||
Reference in New Issue
Block a user