Error in documentation

Dan Hulme d at diefree.com
Sat Sep 11 07:34:30 UTC 2004


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html

------------------------------

List the Generic Tunneling interfaces that will be configured, for 
example gif0:

gif_interfaces="gif0"

To configure the interface with a local endpoint of MY_IPv4_ADDR to a 
remote endpoint of REMOTE_IPv4_ADDR:

gif_config_gif0="MY_IPv4_ADDR REMOTE_IPv4_ADDR"

To apply the IPv6 address you have been assigned for use as your IPv6 
tunnel endpoint, add:

-------------------------------

This should be

gifconfig_gif0 (not gif_config_gif0)

as this is what network.subr looks for.

-Dan



More information about the freebsd-doc mailing list