You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
netfilter: remove NFPROTO_DECNET
Decnet has been removed. so no need to reserve space in arrays for it. Signed-off-by: Florian Westphal <fw@strlen.de>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user