summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index ec6e9cf..3747805 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1153,6 +1153,12 @@ function interface_bring_down($interface = "wan", $destroy = false) {
break;
}
+ $old_router = trim(file_get_contents("{$g['tmp_path']}/{$realif}_router"));
+// log_error("Checking for old router states: {$g['tmp_path']}/{$realif}_router = {$old_router}");
+ if (!empty($old_router)) {
+ log_error("Clearing states to old gateway {$old_router}.");
+ mwexec("/sbin/pfctl -b 0.0.0.0/32 -b {$old_router}/32");
+ }
/* remove interface up file if it exists */
unlink_if_exists("{$g['tmp_path']}/{$realif}up");
OpenPOWER on IntegriCloud