Date: Wed, 02 Nov 2016 23:57:05 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 214153] IPv6 handbook section uses cloned_interfaces_<iface> erroneously Message-ID: <bug-214153-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214153 Bug ID: 214153 Summary: IPv6 handbook section uses cloned_interfaces_<iface> erroneously Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: john@saltant.com See: https://www.freebsd.org/doc/handbook/network-ipv6.html Section 30.9.3. Connecting to a Provider Excerpt -- """ The first /etc/rc.conf entry creates the generic tunneling interface gif0: cloned_interfaces=3D"gif0" Next, configure that interface with the IPv4 addresses of the local and rem= ote endpoints. Replace MY_IPv4_ADDR and REMOTE_IPv4_ADDR with the actual IPv4 addresses: cloned_interfaces_gif0=3D"MY_IPv4_ADDR REMOTE_IPv4_ADDR" """ cloned_interfaces_gif0 does not work. Instead use: create_args_gif0=3D"tunnel MY_IPv4_ADDR REMOVE_IPv4_ADDR" --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214153-9>