summaryrefslogtreecommitdiffstats
path: root/src/ipset_hash_ipportip.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-25 11:17:33 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-31 22:29:38 +0200
commit541e328689042fb855ac22903996b67b57e1f15a (patch)
treee88d1dd2078e38e4fbf3b49bbccdc786e3021868 /src/ipset_hash_ipportip.c
parent20a52295775126d1bd5740b6543d1ea8ea239b1b (diff)
ipset: use NFPROTO_ constants
ipset is actually using NFPROTO values rather than AF (xt_set passes that along).
Diffstat (limited to 'src/ipset_hash_ipportip.c')
-rw-r--r--src/ipset_hash_ipportip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipset_hash_ipportip.c b/src/ipset_hash_ipportip.c
index 9a2c44c..7c046a3 100644
--- a/src/ipset_hash_ipportip.c
+++ b/src/ipset_hash_ipportip.c
@@ -89,7 +89,7 @@ struct ipset_type ipset_hash_ipportip1 = {
.name = "hash:ip,port,ip",
.alias = { "ipportiphash", NULL },
.revision = 1,
- .family = AF_INET46,
+ .family = NFPROTO_IPSET_IPV46,
.dimension = IPSET_DIM_THREE,
.elem = {
[IPSET_DIM_ONE - 1] = {