remove extra route
This was taken from Roy Marples' git repository.
This commit is contained in:
parent
3036b44798
commit
6850566be0
@ -225,8 +225,6 @@ start()
|
||||
ifconfig lo 127.0.0.1 netmask 255.0.0.0 || cr=1
|
||||
route add -net 127.0.0.0 netmask 255.0.0.0 \
|
||||
gw 127.0.0.1 2>/dev/null
|
||||
route add -net 127.0.0.0 netmask 255.0.0.0 \
|
||||
gw 127.0.0.1 reject 2>/dev/null
|
||||
else
|
||||
ifconfig lo0 127.0.0.1 netmask 255.0.0.0 || cr=1
|
||||
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user