[tw]
- new version 1.3.5 - fixed init script to set policy for raw tables, too (#179094)
This commit is contained in:
parent
5034db8c80
commit
bc7eeb0697
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 <twoerner@redhat.com> 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 <twoerner@redhat.com> 1.3.4-3
|
||||
- added important iptables header files to devel package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user