View | Details | Raw Unified | Return to bug 30792 | Differences between
and this patch

Collapse All | Expand All

(-)rc.network (+4 lines)
Lines 346-351 Link Here
346
		done
346
		done
347
	fi
347
	fi
348
348
349
	# Add a blackhole route for 127/8 to keep traffic within
350
	# that supernet off the network, per RFC1122
351
	route add 127.0.0.0 -netmask 255.0.0.0 -iface lo0 -blackhole
352
349
	echo -n 'Additional routing options:'
353
	echo -n 'Additional routing options:'
350
	case ${tcp_extensions} in
354
	case ${tcp_extensions} in
351
	[Yy][Ee][Ss] | '')
355
	[Yy][Ee][Ss] | '')

Return to bug 30792