aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ppp-on-up.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp-on-up.rsc b/ppp-on-up.rsc
index a776ce2..ba9d0aa 100644
--- a/ppp-on-up.rsc
+++ b/ppp-on-up.rsc
@@ -28,7 +28,7 @@
:local IntName [ /interface/get $Interface name ];
$LogPrint info $ScriptName ("PPP interface " . $IntName . " is up.");
- /ipv6/dhcp-client/release [ find where interface=$IntName !disabled ];
+ /ipv6/dhcp-client/release [ find where interface=$IntName !disabled bound ];
:foreach Script in=[ /system/script/find where source~("\n# provides: ppp-on-up\r?\n") ] do={
:local ScriptName [ /system/script/get $Script name ];