From 93cecab1ed20f23d556599ae61b8b9c1720c698f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Dec 2009 01:38:33 +0000 Subject: Comment out static routes --- conf.d/staticroute.BSD | 2 +- 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 0d07711..01e0ea3 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 e25e03f..b56bd7c 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" -- cgit v1.2.3