Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/man/man4 Pull up rev. 1.10:



details:   https://anonhg.NetBSD.org/src/rev/ed4fe82ccc54
branches:  netbsd-1-5
changeset: 488345:ed4fe82ccc54
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 30 18:33:38 2000 +0000

description:
Pull up rev. 1.10:
- remove references to gifconfig(8).  refer ifconfig(8) instead.
- BUGS section: IFF_POINTOPOINT is strange for multi destination mode

diffstat:

 share/man/man4/gif.4 |  18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 9914a50a1f17 -r ed4fe82ccc54 share/man/man4/gif.4
--- a/share/man/man4/gif.4      Fri Jun 30 18:16:40 2000 +0000
+++ b/share/man/man4/gif.4      Fri Jun 30 18:33:38 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gif.4,v 1.9 2000/04/24 13:23:59 itojun Exp $
+.\"    $NetBSD: gif.4,v 1.9.4.1 2000/06/30 18:33:38 thorpej Exp $
 .\"    $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -52,8 +52,9 @@
 administrator needs to configure protocol and addresses used for the outer
 header.
 This can be done by using
-.Xr gifconfig 8 ,
-or
+.Xr ifconfig 8
+.Sq tunnel
+subcommand, or
 .Dv SIOCSIFPHYADDR
 ioctl.
 Also, administrator needs to configure protocol and addresses used for the
@@ -86,7 +87,7 @@
 Usually,
 .Nm
 implements bidirectional tunnel.
-.Xr gifconfig 8
+.Xr ifconfig 8
 should configure a tunnel ingress point
 .Pq this node
 and an egress point
@@ -98,7 +99,7 @@
 and accept from only a single tunnel endpoint.
 Source and destination address for outer IP header is always the
 ingress and the egress point configued by
-.Xr gifconfig 8 .
+.Xr ifconfig 8 .
 .Pp
 With
 .Dv IFF_LINK0
@@ -215,7 +216,7 @@
 .Sh SEE ALSO
 .Xr inet 4 ,
 .Xr inet6 4 ,
-.Xr gifconfig 8
+.Xr ifconfig 8
 .Rs
 .%A    R. Gilligan
 .%A    E. Nordmark
@@ -259,3 +260,8 @@
 .Pp
 If the outer protocol is IPv6, path MTU discovery for encapsulated packet
 may affect communication over the interface.
+.Pp
+.Xr gif 4
+is an
+.Dv IFF_POINTOPOINT
+device, however, it supports NBMA behavior in multi-destination mode.



Home | Main Index | Thread Index | Old Index