Commit a0a4de4d authored by Florian Westphal's avatar Florian Westphal
Browse files

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,
};