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

Collapse All | Expand All

(-)rc.conf (-1 / +5 lines)
Lines 190-196 Link Here
190
190
191
### Network routing options: ###
191
### Network routing options: ###
192
defaultrouter="NO"		# Set to default gateway (or NO).
192
defaultrouter="NO"		# Set to default gateway (or NO).
193
static_routes=""		# Set to static route list (or leave empty).
193
static_routes="loopback"	# Set to static route list (or leave empty).
194
gateway_enable="NO"		# Set to YES if this host will be a gateway.
194
gateway_enable="NO"		# Set to YES if this host will be a gateway.
195
router_enable="NO"		# Set to YES to enable a routing daemon.
195
router_enable="NO"		# Set to YES to enable a routing daemon.
196
router="routed"			# Name of routing daemon to use if enabled.
196
router="routed"			# Name of routing daemon to use if enabled.
Lines 204-209 Link Here
204
forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
204
forward_sourceroute="NO"	# do source routing (only if gateway_enable is set to "YES")
205
accept_sourceroute="NO"		# accept source routed packets to us
205
accept_sourceroute="NO"		# accept source routed packets to us
206
206
207
# static route list.
208
route_loopback="-net 127 -netmask 255.0.0.0 -iface lo0 -blackhole"
209
ipv6_route_loopback="Add example IPv6 loopback route"
210
207
### ATM interface options: ###
211
### ATM interface options: ###
208
atm_enable="NO"			# Configure ATM interfaces (or NO).
212
atm_enable="NO"			# Configure ATM interfaces (or NO).
209
#atm_netif_hea0="atm 1"		# Network interfaces for physical interface.
213
#atm_netif_hea0="atm 1"		# Network interfaces for physical interface.

Return to bug 30792