This repository has been archived by the owner on May 2, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "bridge: do not add port to router list when receives query wi…
…th source 0.0.0.0" This reverts commit 5a2de63 ("bridge: do not add port to router list when receives query with source 0.0.0.0") and commit 0fe5119 ("net: bridge: remove ipv6 zero address check in mcast queries") The reason is RFC 4541 is not a standard but suggestive. Currently we will elect 0.0.0.0 as Querier if there is no ip address configured on bridge. If we do not add the port which recives query with source 0.0.0.0 to router list, the IGMP reports will not be about to forward to Querier, IGMP data will also not be able to forward to dest. As Nikolay suggested, revert this change first and add a boolopt api to disable none-zero election in future if needed. Reported-by: Linus Lüssing <[email protected]> Reported-by: Sebastian Gottschall <[email protected]> Fixes: 5a2de63 ("bridge: do not add port to router list when receives query with source 0.0.0.0") Fixes: 0fe5119 ("net: bridge: remove ipv6 zero address check in mcast queries") Signed-off-by: Hangbin Liu <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information