Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 reject packets with private address (follow R...



details:   https://anonhg.NetBSD.org/src/rev/46723cf122ac
branches:  trunk
changeset: 533063:46723cf122ac
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jun 20 09:12:08 2002 +0000

description:
reject packets with private address (follow RFC).  sync w/kame

diffstat:

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

diffs (21 lines):

diff -r 4487c0e00d30 -r 46723cf122ac share/man/man4/stf.4
--- a/share/man/man4/stf.4      Thu Jun 20 08:24:22 2002 +0000
+++ b/share/man/man4/stf.4      Thu Jun 20 09:12:08 2002 +0000
@@ -1,5 +1,5 @@
-.\"     $NetBSD: stf.4,v 1.15 2001/06/11 01:13:28 wiz Exp $
-.\"     $KAME: stf.4,v 1.34 2001/05/02 05:57:54 itojun Exp $
+.\"     $NetBSD: stf.4,v 1.16 2002/06/20 09:12:08 itojun Exp $
+.\"     $KAME: stf.4,v 1.38 2002/06/20 09:11:33 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
 .\" All rights reserved.
@@ -143,6 +143,9 @@
 Packets with limited broadcast address as outer IPv4 source/destination
 .Pq Li 255.0.0.0/8
 .It
+Packets with private address as outer IPv4 source/destination
+.Pq Li 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
+.It
 Packets with subnet broadcast address as outer IPv4 source/destination.
 The check is made against subnet broadcast addresses for
 all of the directly connected subnets.



Home | Main Index | Thread Index | Old Index