[Bug 214153] IPv6 handbook section uses cloned_interfaces_<iface> erroneously

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 2 23:57:06 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214153

            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 at FreeBSD.org
          Reporter: john at 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="gif0"

Next, configure that interface with the IPv4 addresses of the local and remote
endpoints. Replace MY_IPv4_ADDR and REMOTE_IPv4_ADDR with the actual IPv4
addresses:

cloned_interfaces_gif0="MY_IPv4_ADDR REMOTE_IPv4_ADDR"
"""

cloned_interfaces_gif0 does not work. Instead use:

create_args_gif0="tunnel MY_IPv4_ADDR REMOVE_IPv4_ADDR"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list