diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-04-24 13:26:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-04-24 13:26:50 +0000 |
commit | 84793397260b01cb36de38f814c3a3a8ec5da558 (patch) | |
tree | 9277ad4dbcec3b164d959cd7a538e45eb4ae404c | |
parent | d6b45e7490a387c1a2e3f6e499147ebb53eae553 (diff) |
remove backward compatibilty clause, it did not make sense (tun(4) has no
relationship at all)
-rw-r--r-- | share/man/man4/gif.4 | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index 7d535089cb2..6c17d16cb6e 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gif.4,v 1.6 2000/04/19 09:43:49 itojun Exp $ +.\" $OpenBSD: gif.4,v 1.7 2000/04/24 13:26:49 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. @@ -69,19 +69,6 @@ Finally, the routing table may be used to route the packets toward the .Nm interface. .\" -.Ss Backward compatibility -The -.Nm -interface will capture packets toward a IPv4-in-IPv4 tunnel used by a -.Xr tun 4 -multicast tunnel device -.Pq used in MBone community . -For compatibility, IPv4-in-IPv4 traffic will be matched to -.Nm -interfaces first, then sent to -.Xr tun 4 -if no match is found. -.\" .Sh SEE ALSO .Xr inet 4 , .Xr inet6 4 , |