summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-21 00:53:15 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-21 00:53:15 -0500
commit3b1a9531cd0a94befe455dc3667eea47c9c36f21 (patch)
treec09bca294a04b3f5ac6fb3fa2152997606aed79b
parent3169ec8e5176359dd265ac67901684ac0c71c467 (diff)
downloadpfsense-3b1a9531cd0a94befe455dc3667eea47c9c36f21.zip
pfsense-3b1a9531cd0a94befe455dc3667eea47c9c36f21.tar.gz
run filter_configure_sync after PPP comes up
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index be5361c..b08eb3d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -914,6 +914,7 @@ function interface_ppp_configure($ifcfg,$edit=false) {
$rclinkup.= "{$dev}:\n";
$rclinkup.= " ! sh -c \"/sbin/ppp-script HISADDR INTERFACE DNS0 DNS1 \"\n";
$rclinkup.= " ! sh -c \"/etc/rc.linkup INTERFACE start\"\n";
+ $rclinkup.= " ! sh -c \"/etc/rc.filter_configure_sync"\n";
}
}
OpenPOWER on IntegriCloud