Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 - remove references to gifconfig(8). refer i...



details:   https://anonhg.NetBSD.org/src/rev/5e387b4870d3
branches:  trunk
changeset: 494072:5e387b4870d3
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jun 30 18:32:13 2000 +0000

description:
- 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 851293dc9fdb -r 5e387b4870d3 share/man/man4/gif.4
--- a/share/man/man4/gif.4      Fri Jun 30 18:22:54 2000 +0000
+++ b/share/man/man4/gif.4      Fri Jun 30 18:32:13 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.10 2000/06/30 18:32:13 itojun 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