From cbed8db2a8ad2fb0abb82dfd7ad4e267456e9eb6 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 17 Apr 2010 18:48:18 +0000 Subject: In case a user wants to configure only an IPv6 link-local address add an example that shows how to do it. --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/defaults/rc.conf') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index a5da7c2..48233bd 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. -- cgit v1.1