Commit a0a4de4d authored by Florian Westphal's avatar Florian Westphal

netfilter: remove NFPROTO_DECNET

Decnet has been removed. so no need to reserve space in arrays for it.
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
parent 628d6943
......@@ -63,7 +63,9 @@ enum {
NFPROTO_NETDEV = 5,
NFPROTO_BRIDGE = 7,
NFPROTO_IPV6 = 10,
#ifndef __KERNEL__ /* no longer supported by kernel */
NFPROTO_DECNET = 12,
#endif
NFPROTO_NUMPROTO,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment