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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"