diff options
Diffstat (limited to 'net/bridge/br_stp_if.c')
-rw-r--r-- | net/bridge/br_stp_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c index 9a52ac5b4525..d527119e9f54 100644 --- a/net/bridge/br_stp_if.c +++ b/net/bridge/br_stp_if.c | |||
@@ -108,6 +108,7 @@ void br_stp_disable_port(struct net_bridge_port *p) | |||
108 | del_timer(&p->hold_timer); | 108 | del_timer(&p->hold_timer); |
109 | 109 | ||
110 | br_fdb_delete_by_port(br, p, 0); | 110 | br_fdb_delete_by_port(br, p, 0); |
111 | br_multicast_disable_port(p); | ||
111 | 112 | ||
112 | br_configuration_update(br); | 113 | br_configuration_update(br); |
113 | 114 | ||