Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236858
b: refs/heads/master
c: e3e241b
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy committed Feb 1, 2011
1 parent 4453501 commit 4acc709
Show file tree
Hide file tree
Showing 4 changed files with 9 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: ed3d1e7b72069a3463b7e227b18cae4a09b0ddad
refs/heads/master: e3e241b2769b27669d05f0a05083acd21b4faa2c
3 changes: 3 additions & 0 deletions trunk/include/linux/netfilter/Kbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
header-y += ipset/

header-y += nf_conntrack_common.h
header-y += nf_conntrack_ftp.h
header-y += nf_conntrack_sctp.h
Expand Down Expand Up @@ -55,6 +57,7 @@ header-y += xt_quota.h
header-y += xt_rateest.h
header-y += xt_realm.h
header-y += xt_recent.h
header-y += xt_set.h
header-y += xt_sctp.h
header-y += xt_socket.h
header-y += xt_state.h
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/linux/netfilter/ipset/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
header-y += ip_set.h
header-y += ip_set_bitmap.h
header-y += ip_set_hash.h
header-y += ip_set_list.h
1 change: 1 addition & 0 deletions trunk/include/linux/netfilter/xt_set.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _XT_SET_H
#define _XT_SET_H

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

/* Revision 0 interface: backward compatible with netfilter/iptables */
Expand Down

0 comments on commit 4acc709

Please sign in to comment.