Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265546
b: refs/heads/master
c: 5740bb5
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 26, 2011
1 parent 365ca2f commit 3a1a97a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 598aaff2ee05c91728e5845956dd9754ed04315c
refs/heads/master: 5740bb569303a1272cf082a652c020e980e4781b
1 change: 1 addition & 0 deletions trunk/include/linux/netfilter/xt_connlimit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _XT_CONNLIMIT_H

#include <linux/types.h>
#include <linux/netfilter.h>

struct xt_connlimit_data;

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/netfilter/xt_conntrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define _XT_CONNTRACK_H

#include <linux/types.h>
#include <linux/netfilter.h>
#include <linux/netfilter/nf_conntrack_tuple_common.h>

#define XT_CONNTRACK_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/netfilter/xt_iprange.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _LINUX_NETFILTER_XT_IPRANGE_H 1

#include <linux/types.h>
#include <linux/netfilter.h>

enum {
IPRANGE_SRC = 1 << 0, /* match source IP address */
Expand Down

0 comments on commit 3a1a97a

Please sign in to comment.