b467a216c0
- fixed init script: start, stop and status - support netfilter compiled into kernel in init script (rhbz#295611) - dropped inversion for limit modules from man pages (rhbz#220780) - fixed typo in ip6tables man page (rhbz#236185)
26 lines
1.4 KiB
Diff
26 lines
1.4 KiB
Diff
diff -up iptables-1.3.8/iptables.8.in.limit iptables-1.3.8/iptables.8.in
|
|
diff -up iptables-1.3.8/extensions/libip6t_limit.man.limit_man iptables-1.3.8/extensions/libip6t_limit.man
|
|
--- iptables-1.3.8/extensions/libip6t_limit.man.limit_man 2007-09-24 16:48:22.000000000 +0200
|
|
+++ iptables-1.3.8/extensions/libip6t_limit.man 2007-09-24 17:28:29.000000000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
This module matches at a limited rate using a token bucket filter.
|
|
-A rule using this extension will match until this limit is reached
|
|
-(unless the `!' flag is used). It can be used in combination with the
|
|
+A rule using this extension will match until this limit is reached.
|
|
+ It can be used in combination with the
|
|
.B LOG
|
|
target to give limited logging, for example.
|
|
.TP
|
|
diff -up iptables-1.3.8/extensions/libipt_limit.man.limit_man iptables-1.3.8/extensions/libipt_limit.man
|
|
--- iptables-1.3.8/extensions/libipt_limit.man.limit_man 2007-09-24 16:48:22.000000000 +0200
|
|
+++ iptables-1.3.8/extensions/libipt_limit.man 2007-09-24 17:28:19.000000000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
This module matches at a limited rate using a token bucket filter.
|
|
-A rule using this extension will match until this limit is reached
|
|
-(unless the `!' flag is used). It can be used in combination with the
|
|
+A rule using this extension will match until this limit is reached.
|
|
+ It can be used in combination with the
|
|
.B LOG
|
|
target to give limited logging, for example.
|
|
.TP
|