summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-30 15:42:27 +0000
committerErmal <eri@pfsense.org>2010-09-30 15:42:27 +0000
commitdd8b859e2657c11557325d0dc226f24e968249ec (patch)
tree035653494bbb3afd5a02058deb31673b55dc8cb3
parent11d2be5485bb3d05fdb0dd613c1f6b5305a55246 (diff)
downloadpfsense-dd8b859e2657c11557325d0dc226f24e968249ec.zip
pfsense-dd8b859e2657c11557325d0dc226f24e968249ec.tar.gz
Remove support for this legacy code. The upgrade path handles this.
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index d1d2fc0..a49c4da 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2499,9 +2499,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
} else if (substr($realif, 0, 4) == "ovpn") {
/* XXX: Should be done anything?! */
}
-
- if (is_ipaddr($wancfg['gateway']))
- file_put_contents("{$g['tmp_path']}/{$realif}_router", $wancfg['gateway']);
break;
}
OpenPOWER on IntegriCloud