From 5048e68cb57f1bb51878b4a658e2e549ac4f2313 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 13 Aug 2018 19:21:03 -0700 Subject: [PATCH] Correct IPv4 examples in shorewall-blrules(5) Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-blrules.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/manpages/shorewall-blrules.xml b/Shorewall/manpages/shorewall-blrules.xml index 68c656fa8..36386b922 100644 --- a/Shorewall/manpages/shorewall-blrules.xml +++ b/Shorewall/manpages/shorewall-blrules.xml @@ -280,9 +280,9 @@ IPv4 Example 1: - Drop Teredo packets from the net. + Drop 6to4 packets from the net. - DROP net:[2001::/32] all + DROP net:192.88.99.1 all @@ -290,10 +290,10 @@ IPv4 Example 2: - Don't subject packets from 2001:DB8::/64 to the remaining + Don't subject packets from 70.90.191.120/29 to the remaining rules in the file. - WHITELIST net:[2001:DB8::/64] all + WHITELIST net:70.90.191.120/29 all