Revision ec3fd7e5
Added by Jim Pingle over 4 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
5049 | 5049 |
$dhcp6cscriptwithoutra .= "case \$REASON in\n"; |
5050 | 5050 |
$dhcp6cscriptwithoutra .= "REQUEST)\n"; |
5051 | 5051 |
$dhcp6cscriptwithoutra .= "/bin/sleep 2\n"; |
5052 |
$dhcp6cscriptwithoutra .= "/usr/sbin/rtsold -1 -p {$g['varrun_path']}/rtsold_{$wanif}.pid -O {$g['varetc_path']}/rtsold_{$wanif}_script.sh {$wanif}\n"; |
|
5052 |
$dhcp6cscriptwithoutra .= "/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}\n";
|
|
5053 | 5053 |
if ($debugOption == '-D') { |
5054 | 5054 |
$dhcp6cscriptwithoutra .= "/usr/bin/logger -t dhcp6c \"dhcp6c REQUEST on {$wanif} - running rtsold\"\n"; |
5055 | 5055 |
} |
Also available in: Unified diff
Fix RA GW for "Do not wait for RA" path. Fixes #11454
(cherry picked from commit f3488a18e3fc276b58ecc2aeb8f7471da9bd2088)