From 5ad9b2a7d7d1c5c1704554a7d23640b822931687 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 25 Oct 2009 22:49:00 -0400 Subject: Call rc.linkup after up event --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1