diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-12-06 20:44:14 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-12-06 20:44:14 +0000 |
commit | 4bb45dbc2f3ec4d38e5bf6d6f366460ff1fd6ab8 (patch) | |
tree | a33cd48f27ea4625b133c2fd67632b669e1a8258 /etc | |
parent | f26ce89b5401c1b748b9e50367d2f28af8969308 (diff) | |
download | FreeBSD-src-4bb45dbc2f3ec4d38e5bf6d6f366460ff1fd6ab8.zip FreeBSD-src-4bb45dbc2f3ec4d38e5bf6d6f366460ff1fd6ab8.tar.gz |
Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index abfb5b2..aeeaea8 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -241,6 +241,7 @@ icmp_bmcastecho="NO" # respond to broadcast ping packets ipv6_enable="NO" # Set to YES to set up for IPv6. ipv6_network_interfaces="auto" # List of network interfaces (or "auto"). ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO). +#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068) ipv6_static_routes="" # Set to static route list (or leave empty). #ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64 # route toward loopback interface. |