diff options
author | Scott Ullrich <sullrich@pfSense.org> | 2009-12-29 15:57:09 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.org> | 2009-12-29 15:57:09 -0500 |
commit | f604497aa78d723f61bae3e4c3022e7a95e6dbaf (patch) | |
tree | d5745f09f927953e5d1ad61fb130094285781729 | |
parent | 8eb2f33a3848d933a5147e5f8796b1068a5a6c0a (diff) | |
download | pfsense-f604497aa78d723f61bae3e4c3022e7a95e6dbaf.zip pfsense-f604497aa78d723f61bae3e4c3022e7a95e6dbaf.tar.gz |
Add back rc.filter_configure_sync
-rw-r--r-- | etc/inc/interfaces.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 9385187..dbfbe3e 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -919,6 +919,7 @@ function interface_ppp_configure($ifcfg,$edit=false) { $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.conf_mount_ro\"\n"; + $rclinkup.= " ! sh -c \"/etc/rc.filter_configure_sync\"\n"; // Link down file $rclinkdown .= "{$dev}:\n"; $rclinkdown .= " ! sh -c \"/etc/rc.conf_mount_rw\"\n"; |