netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iptables: connlimit rev1 addendum
@ 2011-01-20 13:17 Jan Engelhardt
  2011-01-20 13:17 ` [PATCH] libxt_connlimit: remove duplicate member that caused size change Jan Engelhardt
  2011-01-20 13:18 ` iptables: connlimit rev1 addendum Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-01-20 13:17 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel, jan.rovner


The following changes since commit c8f28cc8b84133f20421470e9a61a5a0c78b9c4a:

  extensions: libxt_conntrack: add support for specifying port ranges (2011-01-20 11:45:12 +0100)

are available in the git repository at:
  git://dev.medozas.de/iptables master

Jan Engelhardt (1):
      libxt_connlimit: remove duplicate member that caused size change

 include/linux/netfilter/xt_connlimit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] libxt_connlimit: remove duplicate member that caused size change
  2011-01-20 13:17 iptables: connlimit rev1 addendum Jan Engelhardt
@ 2011-01-20 13:17 ` Jan Engelhardt
  2011-01-20 13:18 ` iptables: connlimit rev1 addendum Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2011-01-20 13:17 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel, jan.rovner

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 include/linux/netfilter/xt_connlimit.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/netfilter/xt_connlimit.h b/include/linux/netfilter/xt_connlimit.h
index d6c84c9..ba774d3 100644
--- a/include/linux/netfilter/xt_connlimit.h
+++ b/include/linux/netfilter/xt_connlimit.h
@@ -16,7 +16,7 @@ struct xt_connlimit_info {
 			__be32 v6_mask[4];
 		};
 	};
-	unsigned int limit, inverse;
+	unsigned int limit;
 	union {
 		/* revision 0 */
 		unsigned int inverse;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: iptables: connlimit rev1 addendum
  2011-01-20 13:17 iptables: connlimit rev1 addendum Jan Engelhardt
  2011-01-20 13:17 ` [PATCH] libxt_connlimit: remove duplicate member that caused size change Jan Engelhardt
@ 2011-01-20 13:18 ` Patrick McHardy
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2011-01-20 13:18 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel, jan.rovner

Am 20.01.2011 14:17, schrieb Jan Engelhardt:
> The following changes since commit c8f28cc8b84133f20421470e9a61a5a0c78b9c4a:
> 
>   extensions: libxt_conntrack: add support for specifying port ranges (2011-01-20 11:45:12 +0100)
> 
> are available in the git repository at:
>   git://dev.medozas.de/iptables master
> 
> Jan Engelhardt (1):
>       libxt_connlimit: remove duplicate member that caused size change
> 

Also pulled, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-20 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 13:17 iptables: connlimit rev1 addendum Jan Engelhardt
2011-01-20 13:17 ` [PATCH] libxt_connlimit: remove duplicate member that caused size change Jan Engelhardt
2011-01-20 13:18 ` iptables: connlimit rev1 addendum Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).