Project

General

Profile

Bug #11454 » interfaces.inc.diff

Greg Shaffer, 02/28/2021 11:23 PM

View differences:

interfaces.inc.mod 2021-02-28 21:15:38.647300000 -0800
5142 5142

  
5143 5143
	$rtsoldscript = "#!/bin/sh\n";
5144 5144
	$rtsoldscript .= "# This shell script launches dhcp6c and configured gateways for this interface.\n";
5145
	$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n";
5146
	$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
5145
	$rtsoldscript .= "#echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n";
5146
	$rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_routerv6\n";
5147
	$rtsoldscript .= "#echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
5148
	$rtsoldscript .= "echo \"fe80::X:X:X:X\" > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
5147 5149
	$rtsoldscript .= "/usr/bin/logger -t rtsold \"Received RA specifying route \$2 for interface {$interface}({$wanif})\"\n";
5148 5150

  
5149 5151
	/* non ipoe Process */
(3-3/4)