Fix some Typos.
This commit is contained in:
parent
7431d9c704
commit
87caa3339a
@ -1,4 +1,4 @@
|
||||
$Id: README.gre,v 1.2 1998/09/30 06:16:07 hwr Exp $
|
||||
$Id: README.gre,v 1.3 1998/10/31 13:07:02 hwr Exp $
|
||||
---------------------------------------------------------------------------
|
||||
A GRE Tunnel for NetBSD
|
||||
|
||||
@ -8,7 +8,7 @@ $Id: README.gre,v 1.2 1998/09/30 06:16:07 hwr Exp $
|
||||
This is a very alpha implementation of GRE packet encapsulation.
|
||||
Generic Route Encapsulation (GRE) is described in RFC 1701 and 1702.
|
||||
The interface also supports IPIP (protocol 4) encapsulation,
|
||||
as described in RFC 2003 and MOBILE (protcol 55) as of RFC 2004 but
|
||||
as described in RFC 2003 and MOBILE (protocol 55) as of RFC 2004 but
|
||||
default is GRE mode.
|
||||
|
||||
Basically GRE allows to tunnel not only IP over IP, but also provides
|
||||
@ -58,7 +58,7 @@ Todos/Bugs:
|
||||
|
||||
GRE RFC not yet fully implemented (no GRE options), no other protocols
|
||||
yet than IP over IP.
|
||||
RFC 2003 also not yet fully supportet wrt. options etc.
|
||||
RFC 2003 also not yet fully supported wrt. options etc.
|
||||
|
||||
Code quality is surely not best and possibly not near anything like KNF
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: greconfig.8,v 1.2 1998/09/30 06:16:07 hwr Exp $
|
||||
.\" $NetBSD: greconfig.8,v 1.3 1998/10/31 13:07:02 hwr Exp $
|
||||
.\"
|
||||
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -63,7 +63,7 @@ The options have the following meanings:
|
||||
.Bl -tag -width flag
|
||||
.It Fl i Ar unit
|
||||
Denotes the interface that is to be set/displayed. Unit is in the form
|
||||
``greN'' whrere N is an interger from zero to the maximum numbers of
|
||||
``greN'' where N is an integer from zero to the maximum numbers of
|
||||
units. This option is always required.
|
||||
.It Fl d Ar dst
|
||||
Sets the IP address of the remote tunnel end. This may be the same as the
|
||||
@ -96,7 +96,7 @@ must be coordinated with the remote end of the tunnel.
|
||||
For tunnels that run IP as encapsulated protocol, the tunnel endpoints
|
||||
can be set with the normal
|
||||
.Xr ifconfig .
|
||||
In this case, the encapsulation protocol can be choosen by giving
|
||||
In this case, the encapsulation protocol can be chosen by giving
|
||||
``link0'' for IPIP encapsulation and ``-link0'' GRE encapsulation
|
||||
as arguments to
|
||||
.Xr ifconfig .
|
||||
|
Loading…
Reference in New Issue
Block a user