Comment out static routes

This commit is contained in:
Roy Marples 2009-12-04 01:38:33 +00:00
parent baf3b2dd45
commit 93cecab1ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Example static route. See route(8) for syntax.
staticroute="net 192.168.0.0 -netmask 255.255.0.0 10.73.1.1"
#staticroute="net 192.168.0.0 -netmask 255.255.0.0 10.73.1.1"

View File

@ -1,2 +1,2 @@
# Example static route. See route(8) for syntax.
staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"
#staticroute="net 192.168.0.0 netmask 255.255.0.0 gw 10.73.1.1"