summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_hash_net.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 21:48:17 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-01-13 21:48:17 +0100
commit9c4b9a1ca942ae933fe4693a25e2ddea873cc341 (patch)
treedf0c0530150adf9469730dbcb6e34e41b6a419f7 /kernel/ip_set_hash_net.c
parent4d5fdf0b5086aa6d5b38240c39e00d9ac3c34976 (diff)
Separate prefixlens from ip_set core.
Separate prefixlens from ip_set core for better readibility and honoring the independence. Also, comment that prefixlens were borrowed from Jan Engelhardt.
Diffstat (limited to 'kernel/ip_set_hash_net.c')
-rw-r--r--kernel/ip_set_hash_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/ip_set_hash_net.c b/kernel/ip_set_hash_net.c
index 499f805..6096830 100644
--- a/kernel/ip_set_hash_net.c
+++ b/kernel/ip_set_hash_net.c
@@ -22,6 +22,7 @@
#include <net/netlink.h>
#include <linux/netfilter.h>
+#include <linux/netfilter/ipset/pfxlen.h>
#include <linux/netfilter/ipset/ip_set.h>
#include <linux/netfilter/ipset/ip_set_timeout.h>
#include <linux/netfilter/ipset/ip_set_hash.h>