Skip to content

Commit

Permalink
Merge pull request #4476 from emes/rtsold-managed-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Oct 8, 2020
2 parents 780f5ee + de7e6d4 commit 94d0e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/inc/interfaces.inc
Expand Up @@ -5151,6 +5151,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
sleep(2);
mwexec("/usr/sbin/rtsold -1 " .
"-p {$g['varrun_path']}/rtsold_{$wanif}.pid " .
"-M {$g['varetc_path']}/rtsold_{$wanif}_script.sh " .
"-O {$g['varetc_path']}/rtsold_{$wanif}_script.sh " .
$wanif);
}
Expand Down

0 comments on commit 94d0e37

Please sign in to comment.