From fbca287dab7ef79929c94252f77ea0583c86b529 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 18 Mar 2003 15:16:49 +0000 Subject: [PATCH] Add ecn file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@508 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE/ecn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 STABLE/ecn diff --git a/STABLE/ecn b/STABLE/ecn new file mode 100644 index 000000000..1e96339b4 --- /dev/null +++ b/STABLE/ecn @@ -0,0 +1,18 @@ +# +# Shorewall 1.4 - /etc/shorewall/ecn +# +# Use this file to list the destinations for which you want to +# disable ECN. +# +# This feature requires kernel 2.4.20 or later. If you run 2.4.20, +# you also need the patch found at http://www.shorewall.net/ecn/patch. +# That patch is included in kernels 2.4.21 and later. +# +# INTERFACE - Interface through which host(s) communicate with +# the firewall +# HOST(S) - (Optional) Comma-separated list of IP/subnet +# If left empty or supplied as "-", +# 0.0.0.0/0 is assumed. +############################################################################## +#INTERFACE HOST(S) +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE