packages: iptables/iptables-config, iptables/iptables.init, iptables/ip6tab...
baggins
baggins at pld-linux.org
Wed Apr 18 11:49:12 CEST 2012
Author: baggins Date: Wed Apr 18 09:49:12 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed defaults
---- Files affected:
packages/iptables:
iptables-config (1.1 -> 1.2) , iptables.init (1.15 -> 1.16) , ip6tables-config (1.1 -> 1.2) , ip6tables.init (1.18 -> 1.19)
---- Diffs:
================================================================
Index: packages/iptables/iptables-config
diff -u packages/iptables/iptables-config:1.1 packages/iptables/iptables-config:1.2
--- packages/iptables/iptables-config:1.1 Wed Apr 18 11:28:50 2012
+++ packages/iptables/iptables-config Wed Apr 18 11:49:07 2012
@@ -12,12 +12,12 @@
IPTABLES_SAVE_COUNTER="yes"
# Numeric status output
-# Value: yes|no, default: no
+# Value: yes|no, default: yes
# Print IP addresses and port numbers in numeric format in the status output.
-IPTABLES_STATUS_NUMERIC="no"
+IPTABLES_STATUS_NUMERIC="yes"
# Verbose status output
-# Value: yes|no, default: yes
+# Value: yes|no, default: no
# Print info about the number of packets and bytes plus the "input-" and
# "outputdevice" in the status output.
IPTABLES_STATUS_VERBOSE="no"
================================================================
Index: packages/iptables/iptables.init
diff -u packages/iptables/iptables.init:1.15 packages/iptables/iptables.init:1.16
--- packages/iptables/iptables.init:1.15 Wed Apr 18 11:28:50 2012
+++ packages/iptables/iptables.init Wed Apr 18 11:49:07 2012
@@ -181,7 +181,7 @@
tables=`cat /proc/net/ip_tables_names 2>/dev/null`
for table in $tables; do
echo "Table: $table"
- iptables -t $table -n --list $_NUMERIC $_VERBOSE $_LINES
+ iptables -t $table --list $_NUMERIC $_VERBOSE $_LINES
done
;;
*)
================================================================
Index: packages/iptables/ip6tables-config
diff -u packages/iptables/ip6tables-config:1.1 packages/iptables/ip6tables-config:1.2
--- packages/iptables/ip6tables-config:1.1 Wed Apr 18 11:28:50 2012
+++ packages/iptables/ip6tables-config Wed Apr 18 11:49:07 2012
@@ -5,7 +5,7 @@
IP6TABLES_SAVE_ON_STOP="no"
# Save (and restore) rule and chain counter.
-# Value: yes|no, default: no
+# Value: yes|no, default: yes
# Save counters for rules and chains to /etc/sysconfig/ip6tables if
# 'service ip6tables save' is called or on stop or restart if SAVE_ON_STOP
# is enabled.
@@ -14,15 +14,15 @@
# Numeric status output
# Value: yes|no, default: yes
# Print IPv6 addresses and port numbers in numeric format in the status output.
-IP6TABLES_STATUS_NUMERIC="no"
+IP6TABLES_STATUS_NUMERIC="yes"
# Verbose status output
-# Value: yes|no, default: yes
+# Value: yes|no, default: no
# Print info about the number of packets and bytes plus the "input-" and
# "outputdevice" in the status output.
IP6TABLES_STATUS_VERBOSE="no"
# Status output with numbered lines
-# Value: yes|no, default: yes
+# Value: yes|no, default: no
# Print a counter/number for every rule in the status output.
IP6TABLES_STATUS_LINENUMBERS="no"
================================================================
Index: packages/iptables/ip6tables.init
diff -u packages/iptables/ip6tables.init:1.18 packages/iptables/ip6tables.init:1.19
--- packages/iptables/ip6tables.init:1.18 Wed Apr 18 11:28:50 2012
+++ packages/iptables/ip6tables.init Wed Apr 18 11:49:07 2012
@@ -180,7 +180,7 @@
tables=`cat /proc/net/ip6_tables_names 2>/dev/null`
for table in $tables; do
echo "Table: $table"
- ip6tables -t $table -n --list $_NUMERIC $_VERBOSE $_LINES
+ ip6tables -t $table --list $_NUMERIC $_VERBOSE $_LINES
done
;;
*)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/iptables/iptables-config?r1=1.1&r2=1.2
http://cvs.pld-linux.org/packages/iptables/iptables.init?r1=1.15&r2=1.16
http://cvs.pld-linux.org/packages/iptables/ip6tables-config?r1=1.1&r2=1.2
http://cvs.pld-linux.org/packages/iptables/ip6tables.init?r1=1.18&r2=1.19
More information about the pld-cvs-commit
mailing list