summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--brmon.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/brmon.c b/brmon.c
index fb54be3..f1fb44d 100644
--- a/brmon.c
+++ b/brmon.c
@@ -88,14 +88,6 @@ static int dump_msg(const struct sockaddr_nl *who, struct nlmsghdr *n,
if (tb[IFLA_MASTER] && af_family != AF_BRIDGE)
return 0;
- /* Check for BPDU */
- if (tb[IFLA_PRIORITY] && af_family == AF_BRIDGE) {
- bridge_bpdu_rcv(ifi->ifi_index,
- RTA_DATA(tb[IFLA_PRIORITY]),
- RTA_PAYLOAD(tb[IFLA_PRIORITY]));
- return 0;
- }
-
if (tb[IFLA_IFNAME] == NULL) {
fprintf(stderr, "BUG: nil ifname\n");
return -1;