From bc7eeb069771208b6c90722090596cf8f5dbb003 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Thu, 2 Feb 2006 13:24:00 +0000 Subject: [PATCH] [tw] - new version 1.3.5 - fixed init script to set policy for raw tables, too (#179094) --- .cvsignore | 1 + iptables.init | 5 +++++ iptables.spec | 8 ++++++-- sources | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ae8cddd..9a5d4d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ iptables-1.3.0.tar.bz2 iptables-1.3.1.tar.bz2 iptables-1.3.2.tar.bz2 iptables-1.3.4.tar.bz2 +iptables-1.3.5.tar.bz2 diff --git a/iptables.init b/iptables.init index 463eac1..bdfa5e2 100755 --- a/iptables.init +++ b/iptables.init @@ -120,6 +120,11 @@ set_policy() { for i in $tables; do echo -n "$i " case "$i" in + raw) + $IPTABLES -t raw -P PREROUTING $policy \ + && $IPTABLES -t raw -P OUTPUT $policy \ + || let ret+=1 + ;; filter) $IPTABLES -t filter -P INPUT $policy \ && $IPTABLES -t filter -P OUTPUT $policy \ diff --git a/iptables.spec b/iptables.spec index bfdb721..a07c7c9 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,8 +2,8 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. -Version: 1.3.4 -Release: 3 +Version: 1.3.5 +Release: 1 Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -151,6 +151,10 @@ fi %endif %changelog +* Thu Feb 2 2006 Thomas Woerner 1.3.5-1 +- new version 1.3.5 +- fixed init script to set policy for raw tables, too (#179094) + * Tue Jan 24 2006 Thomas Woerner 1.3.4-3 - added important iptables header files to devel package diff --git a/sources b/sources index 28ef15b..aa2ffe0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fdff8abe890807968226b0c374335305 iptables-1.3.4.tar.bz2 +00fb916fa8040ca992a5ace56d905ea5 iptables-1.3.5.tar.bz2