From 7ef9c72e0222ad23cf0863b16583519029226329 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Mon, 12 Jul 2004 09:43:06 +0000 Subject: [PATCH] In IPv6 section: - Add missing devicename tags - Some punctuation and upper/lowercase fixes --- .../books/handbook/advanced-networking/chapter.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index b034094fe2..e20c460559 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -7890,20 +7890,20 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 IPv6 Router/Gateway Settings - This will help you take the directions that your Tunnel provider, + This will help you take the directions that your tunnel provider, such as the 6bone, has given you and convert it into settings that will persist through reboots. To restore your tunnel on startup use something like the following in /etc/rc.conf: List the Generic Tunneling interfaces that will be configured, for - example: gif0 + 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. + 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"