Revision 96d2f02e
Added by Phil Davis almost 9 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
3989 | 3989 |
$rtsoldscript .= "# This shell script launches dhcp6c and configured gateways for this interface.\n"; |
3990 | 3990 |
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n"; |
3991 | 3991 |
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n"; |
3992 |
$rtsoldscript .= "/usr/bin/logger -t rtsold \"Recieved RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
|
|
3992 |
$rtsoldscript .= "/usr/bin/logger -t rtsold \"Received RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
|
|
3993 | 3993 |
$rtsoldscript .= "if [ -f {$g['varrun_path']}/dhcp6c_{$wanif}.pid ]; then\n"; |
3994 | 3994 |
$rtsoldscript .= "\t/bin/pkill -F {$g['varrun_path']}/dhcp6c_{$wanif}.pid\n"; |
3995 | 3995 |
$rtsoldscript .= "\t/bin/sleep 1\n"; |
Also available in: Unified diff
Text typo
Noted by Daryl Morse in comment on Redmine bug 6637.
(cherry picked from commit bf6ae0ad277710ffa64ee0967c5d4f717c2bc54b)