Skip to content

Commit

Permalink
ppp-on-up: release only bound ipv6 dhcp clients
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Jan 9, 2025
1 parent ce2d090 commit 98791f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppp-on-up.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 98791f4

Please sign in to comment.