From ffe1e1d33565f13cfe2fd062b28416d5600dc828 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 4 Nov 2016 08:36:24 -0700 Subject: [PATCH] Fix typo in the two-interface sample snat file. Signed-off-by: Tom Eastep --- Shorewall/Samples/two-interfaces/snat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Samples/two-interfaces/snat b/Shorewall/Samples/two-interfaces/snat index cc09595bd..905a258ad 100644 --- a/Shorewall/Samples/two-interfaces/snat +++ b/Shorewall/Samples/two-interfaces/snat @@ -20,4 +20,4 @@ MASQUERADE 10.0.0.0/8,\ 169.254.0.0/16,\ 172.16.0.0/12,\ - 1 92.168.0.0/16 eth0 + 92.168.0.0/16 eth0