From b040255d25896e33096f913fb71ca9a90648d2ec Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Tue, 30 Jul 2002 16:08:29 +0000 Subject: [PATCH] Fix a typo in an IP address Submitted by: tilo kremer --- en_US.ISO8859-1/articles/filtering-bridges/article.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/articles/filtering-bridges/article.sgml b/en_US.ISO8859-1/articles/filtering-bridges/article.sgml index 9b732aba4c..4568505ae8 100644 --- a/en_US.ISO8859-1/articles/filtering-bridges/article.sgml +++ b/en_US.ISO8859-1/articles/filtering-bridges/article.sgml @@ -273,7 +273,7 @@ add check-state # Throw away RFC 1918 networks add drop all from 10.0.0.0/8 to any in via fxp0 add drop all from 172.16.0.0/12 to any in via fxp0 -add drop all from 192.68.0.0/16 to any in via fxp0 +add drop all from 192.168.0.0/16 to any in via fxp0 # Allow the bridge machine to say anything it wants # (if the machine is IP-less don't include these rows)