aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2002-07-18 05:00:16 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2002-07-18 05:00:16 +0000
commit8abac11f6e0946da3add0b67a0f7d5902751e11d (patch)
treec893d96e1d268f25c1dc17c878a78fcb80d38557 /etc/defaults
parent90171c93bb4cd69d3cd0722ffed6d3d7c3f65c10 (diff)
downloadsrc-8abac11f6e0946da3add0b67a0f7d5902751e11d.tar.gz
src-8abac11f6e0946da3add0b67a0f7d5902751e11d.zip
be able to configure to run an IPv6 routing daemon even on
an end node. Requested by: Masachika ISHIZUKA <ishizuka@ish.org> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=100279
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index cfb3de8c3b78..c517883b0832 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -265,6 +265,8 @@ ipv6_router="/usr/sbin/route6d" # Name of IPv6 routing daemon.
ipv6_router_flags="" # Flags to IPv6 routing daemon.
#ipv6_router_flags="-l" # Example for route6d with only IPv6 site local
# addrs.
+#ipv6_router_flags="-q" # If you want to run a routing daemon on an end
+ # node, you should stop advertisement.
#ipv6_network_interfaces="ed0 ep0" # Examples for router
# or static configuration for end node.
# Choose correct prefix value.