From 78d8a643fb96d5a06ceb76931833245d62a974a9 Mon Sep 17 00:00:00 2001 From: frannie Date: Thu, 13 Mar 2003 01:08:47 +0000 Subject: [PATCH] Removed unneeded files git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@501 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/common | 9 --------- Samples/three-interfaces/common | 9 --------- Samples/two-interfaces/common | 9 --------- 3 files changed, 27 deletions(-) delete mode 100644 Samples/one-interface/common delete mode 100644 Samples/three-interfaces/common delete mode 100644 Samples/two-interfaces/common diff --git a/Samples/one-interface/common b/Samples/one-interface/common deleted file mode 100644 index cfbadd903..000000000 --- a/Samples/one-interface/common +++ /dev/null @@ -1,9 +0,0 @@ -# -# Include the standard common.def file -# -. /etc/shorewall/common.def -# -# The following rule is non-standard and compensates for tardy -# DNS replies -# -run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP diff --git a/Samples/three-interfaces/common b/Samples/three-interfaces/common deleted file mode 100644 index cfbadd903..000000000 --- a/Samples/three-interfaces/common +++ /dev/null @@ -1,9 +0,0 @@ -# -# Include the standard common.def file -# -. /etc/shorewall/common.def -# -# The following rule is non-standard and compensates for tardy -# DNS replies -# -run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP diff --git a/Samples/two-interfaces/common b/Samples/two-interfaces/common deleted file mode 100644 index cfbadd903..000000000 --- a/Samples/two-interfaces/common +++ /dev/null @@ -1,9 +0,0 @@ -# -# Include the standard common.def file -# -. /etc/shorewall/common.def -# -# The following rule is non-standard and compensates for tardy -# DNS replies -# -run_iptables -A common -p udp --sport 53 -mstate --state NEW -j DROP