From 368d90d1ca56ff5a2e67de504591eb27dba6287d Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 17 Sep 2002 10:56:52 +0000 Subject: [PATCH] reject private IPv4 addrs Obtained from: KAME --- share/man/man4/stf.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man4/stf.4 b/share/man/man4/stf.4 index f973c8f311e..fd03b1fa66c 100644 --- a/share/man/man4/stf.4 +++ b/share/man/man4/stf.4 @@ -146,6 +146,9 @@ Packets with IPv4 multicast address as outer IPv4 source/destination 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.