Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236843
b: refs/heads/master
c: 07896ed
h: refs/heads/master
i:
  236841: c7b687d
  236839: 62e1040
v: v3
  • Loading branch information
Jozsef Kadlecsik authored and Patrick McHardy committed Feb 1, 2011
1 parent f7f93e0 commit e58328d
Show file tree
Hide file tree
Showing 4 changed files with 558 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: 6c027889696a7a694b0e2f6e3cabadefec7553b6
refs/heads/master: 07896ed37b94599a1b8ea97f4bd5766be71390f4
9 changes: 9 additions & 0 deletions trunk/net/netfilter/ipset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,13 @@ config IP_SET_HASH_IP

To compile it as a module, choose M here. If unsure, say N.

config IP_SET_HASH_IPPORT
tristate "hash:ip,port set support"
depends on IP_SET
help
This option adds the hash:ip,port set type support, by which one
can store IPv4/IPv6 address and protocol/port pairs.

To compile it as a module, choose M here. If unsure, say N.

endif # IP_SET
1 change: 1 addition & 0 deletions trunk/net/netfilter/ipset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ obj-$(CONFIG_IP_SET_BITMAP_PORT) += ip_set_bitmap_port.o

# hash types
obj-$(CONFIG_IP_SET_HASH_IP) += ip_set_hash_ip.o
obj-$(CONFIG_IP_SET_HASH_IPPORT) += ip_set_hash_ipport.o
Loading

0 comments on commit e58328d

Please sign in to comment.