summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2012-06-20 14:59:16 +0200
committerRob Kendrick (humdrum) <rob.kendrick@codethink.co.uk>2013-06-11 11:02:49 +0100
commitacd175a6e84bca3136acdcd0953a2b69616cf49c (patch)
tree9378b44b8f7b9f53942c6928c794fc96cb9acb00
parente3c77a06436f50e0530ef90a3c472153c9a65a3a (diff)
downloadlinux-acd175a6e84bca3136acdcd0953a2b69616cf49c.tar.gz
netfilter: add NFPROTO_BUS hook constant for AF_BUS socket family
AF_BUS sockets add a netfilter NF_HOOK() on the packet sending path. This allows packet to be mangled by registered netfilter hooks. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
-rw-r--r--include/linux/netfilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
index 29734be334c1..7cff0bd08e1e 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -67,6 +67,7 @@ enum {
NFPROTO_BRIDGE = 7,
NFPROTO_IPV6 = 10,
NFPROTO_DECNET = 12,
+ NFPROTO_BUS,
NFPROTO_NUMPROTO,
};