Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCN

BPDU_TYPE_TCN is never used after it was introduced.
So better to remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Wang Hai and committed by
Pablo Neira Ayuso
36c3be8a 144b0a0e

-1
-1
net/bridge/netfilter/ebt_stp.c
··· 15 15 #include <linux/netfilter_bridge/ebt_stp.h> 16 16 17 17 #define BPDU_TYPE_CONFIG 0 18 - #define BPDU_TYPE_TCN 0x80 19 18 20 19 struct stp_header { 21 20 u8 dsap;