Skip to content

Commit

Permalink
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/kaber/nf-next-2.6
  • Loading branch information
David S. Miller committed Feb 2, 2011
2 parents 123b973 + 9291747 commit 8fe7350
Show file tree
Hide file tree
Showing 40 changed files with 10,210 additions and 34 deletions.
4 changes: 4 additions & 0 deletions 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 @@ -35,6 +37,7 @@ header-y += xt_connmark.h
header-y += xt_conntrack.h
header-y += xt_cpu.h
header-y += xt_dccp.h
header-y += xt_devgroup.h
header-y += xt_dscp.h
header-y += xt_esp.h
header-y += xt_hashlimit.h
Expand All @@ -55,6 +58,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 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
Loading

0 comments on commit 8fe7350

Please sign in to comment.