summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-25 22:49:00 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-25 22:49:00 -0400
commit5ad9b2a7d7d1c5c1704554a7d23640b822931687 (patch)
treeeb5a6ed07cc436b6efab5841473c0449f968759f
parentb8103b0691694b97d3dc41ba5903a7fdbb6d3594 (diff)
downloadpfsense-5ad9b2a7d7d1c5c1704554a7d23640b822931687.zip
pfsense-5ad9b2a7d7d1c5c1704554a7d23640b822931687.tar.gz
Call rc.linkup after up event
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 89c3e6d..aefd416 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -908,7 +908,7 @@ function interface_ppp_configure($ifcfg) {
}
$rclinkup = "default:\n";
- $rclinkup.= "! sh -c \"/etc/rc.filter_configure_sync\"";
+ $rclinkup.= "! sh -c \"/etc/rc.linkup INTERFACE start\"";
// Write out configuration for ppp.conf
file_put_contents("/etc/ppp/ppp.conf", $peerfile);
OpenPOWER on IntegriCloud