View | Details | Raw Unified | Return to bug 180572
Collapse All | Expand All

(-)network.subr (+3 lines)
Lines 480-485 Link Here
480
	if ! ipv6if $_if; then
480
	if ! ipv6if $_if; then
481
		return 1
481
		return 1
482
	fi
482
	fi
483
	if [ "${ipv6_cpe_wanif}" = "${_if}" ]; then
484
		return 0
485
	fi
483
	if checkyesno ipv6_gateway_enable; then
486
	if checkyesno ipv6_gateway_enable; then
484
		return 1
487
		return 1
485
	fi
488
	fi

Return to bug 180572