Bug #11454 » interfaces.inc.diff
| interfaces.inc.mod 2021-02-28 21:15:38.647300000 -0800 | ||
|---|---|---|
|
$rtsoldscript = "#!/bin/sh\n";
|
||
|
$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 .= "#echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n";
|
||
|
$rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_routerv6\n";
|
||
|
$rtsoldscript .= "#echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
|
||
|
$rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
|
||
|
$rtsoldscript .= "/usr/bin/logger -t rtsold \"Received RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
|
||
|
/* non ipoe Process */
|
||