Change date to reflect today's change.

Try to get groff -mdoc to stop inserting extraneous linebreaks---no
luck!
This commit is contained in:
dyoung 2006-12-04 02:51:07 +00:00
parent 627864e36f
commit a2ab81c489
1 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gre.4,v 1.33 2006/12/04 02:40:15 dyoung Exp $
.\" $NetBSD: gre.4,v 1.34 2006/12/04 02:51:07 dyoung Exp $
.\"
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd August 30, 2006
.Dd December 3, 2006
.Dt GRE 4
.Os
.Sh NAME
@ -263,15 +263,14 @@ via an IPv4 tunnel to a Cisco router.
.Ed
The example will use the following addressing:
.Nx
A has the
IPv4 address A and the IPv6 address 2001:db8:1::1 (connects to internal
network 2001:db8:1::/64).
A has the IPv4 address A and the IPv6 address 2001:db8:1::1 (connects
to internal network 2001:db8:1::/64).
Cisco B has external IPv4 address B.
All the IPv6 internet world is behind B, so A wants to route 0::0/0
(the IPv6 default route) into the tunnel.
The GRE tunnel will use a transit network: 2001:db8:ffff::1/64 on
the
,Nx
.Nx
side, and ::2/64 on the Cisco side.
Then the following commands will configure the tunnel:
.Pp