mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Text typo
Noted by Daryl Morse in comment on Redmine bug 6637.
This commit is contained in:
parent
d689bc7df5
commit
bf6ae0ad27
@ -3973,7 +3973,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
|
||||
$rtsoldscript .= "# This shell script launches dhcp6c and configured gateways for this interface.\n";
|
||||
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n";
|
||||
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
|
||||
$rtsoldscript .= "/usr/bin/logger -t rtsold \"Recieved RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
|
||||
$rtsoldscript .= "/usr/bin/logger -t rtsold \"Received RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
|
||||
$rtsoldscript .= "if [ -f {$g['varrun_path']}/dhcp6c_{$wanif}.pid ]; then\n";
|
||||
$rtsoldscript .= "\t/bin/pkill -F {$g['varrun_path']}/dhcp6c_{$wanif}.pid\n";
|
||||
$rtsoldscript .= "\t/bin/sleep 1\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user