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 revision 1.9 (via patch, request...



details:   https://anonhg.NetBSD.org/src/rev/3f2e3937cd83
branches:  netbsd-1-5
changeset: 491474:3f2e3937cd83
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:13:08 2001 +0000

description:
Pull up revision 1.9 (via patch, requested by itojun):
  Make it possible to turn off ingress filter on gif/stf tunnel
  egress by using IFF_LINK2.  Fixes (part of) PR#11163.

diffstat:

 share/man/man4/stf.4 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 71a2ce1af756 -r 3f2e3937cd83 share/man/man4/stf.4
--- a/share/man/man4/stf.4      Tue May 01 10:12:48 2001 +0000
+++ b/share/man/man4/stf.4      Tue May 01 10:13:08 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: stf.4,v 1.5 2000/06/10 08:02:21 itojun Exp $
+.\"     $NetBSD: stf.4,v 1.5.2.1 2001/05/01 10:13:08 he Exp $
 .\"     $KAME: stf.4,v 1.24 2000/06/07 23:35:18 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -141,6 +141,9 @@
 .It
 Packets that does not pass ingress filtering.
 Outer IPv4 source address must meet the IPv4 topology on the routing table.
+Ingress filter can be turned off by
+.Dv IFF_LINK2
+bit.
 .It
 The same set of rules are appplied against the IPv4 address embedded into
 inner IPv6 address, if the IPv6 address matches 6to4 prefix.
@@ -182,9 +185,9 @@
 .Rs
 .%A Brian Carpenter
 .%A Keith Moore
-.%T "Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels"
-.%D June 2000
-.%N draft-ietf-ngtrans-6to4-06.txt
+.%T "Connection of IPv6 Domains via IPv4 Clouds"
+.%D September 2000
+.%N draft-ietf-ngtrans-6to4-07.txt
 .%O work in progress
 .Re
 .Rs



Home | Main Index | Thread Index | Old Index