aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-04-17 18:48:18 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-04-17 18:48:18 +0000
commit1a5873681676b938759aee294c9a98c8845a593a (patch)
treecfadf0900523fde56915338d6daa580bf86bbed2 /etc
parentaefea7f519b1c2aee4f74acd1ecaf1216956fdf7 (diff)
downloadsrc-1a5873681676b938759aee294c9a98c8845a593a.tar.gz
src-1a5873681676b938759aee294c9a98c8845a593a.zip
In case a user wants to configure only an IPv6 link-local address
add an example that shows how to do it.
Notes
Notes: svn path=/head/; revision=206769
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index a5da7c2417eb..48233bdb1cfb 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -211,6 +211,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
#ifconfig_ed0_ipv6="RTADV" # Sample IPv6 entry for RA/rtsol(8)
+#ifconfig_ed0_ipv6="inet6 auto_linklocal" # To configure only link-local
#ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64" # Sample IPv6 addr entry
#ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64" # Sample IPv6 alias
#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.