diff options
author | Roy Marples <roy@marples.name> | 2009-12-04 01:38:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-04 01:38:33 +0000 |
commit | 93cecab1ed20f23d556599ae61b8b9c1720c698f (patch) | |
tree | 11d39e83f39ee0b44b1b84cccb2db74826de0e76 | |
parent | baf3b2dd45c03b405128bbbd59a5dc4ca522ad31 (diff) |
Comment out static routes
-rw-r--r-- | conf.d/staticroute.BSD | 2 | ||||
-rw-r--r-- | conf.d/staticroute.Linux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/staticroute.BSD b/conf.d/staticroute.BSD index 0d07711e..01e0ea35 100644 --- a/conf.d/staticroute.BSD +++ b/conf.d/staticroute.BSD @@ -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" diff --git a/conf.d/staticroute.Linux b/conf.d/staticroute.Linux index e25e03f6..b56bd7cb 100644 --- a/conf.d/staticroute.Linux +++ b/conf.d/staticroute.Linux @@ -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" |