-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bridge: per-VLAN default multicast settings are off #396
Comments
troglobit
changed the title
bridge: per-VLAN default multicast settings off
bridge: per-VLAN default multicast settings are off
Apr 21, 2024
troglobit
added a commit
that referenced
this issue
Apr 21, 2024
As described in issue #396, multicast filtering on VLAN filtering bridges did not work at all. This because bridge_mcast_settings() exited when no global multicast settings were found -- a change to the YANG model made previously triggered this fauled behavior. Also, the initial IGMP/MLD versions were set to 2/1 (kernel default) instead of 3/2 (Infix default). Fixes #396 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 23, 2024
As described in issue #396, multicast filtering on VLAN filtering bridges did not work at all. This because bridge_mcast_settings() exited when no global multicast settings were found -- a change to the YANG model made previously triggered this fauled behavior. Also, the initial IGMP/MLD versions were set to 2/1 (kernel default) instead of 3/2 (Infix default). Fixes #396 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 25, 2024
As described in issue #396, multicast filtering on VLAN filtering bridges did not work at all. This because bridge_mcast_settings() exited when no global multicast settings were found -- a change to the YANG model made previously triggered this fauled behavior. Also, the initial IGMP/MLD versions were set to 2/1 (kernel default) instead of 3/2 (Infix default). Fixes #396 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 25, 2024
As described in issue #396, multicast filtering on VLAN filtering bridges did not work at all. This because bridge_mcast_settings() exited when no global multicast settings were found -- a change to the YANG model made previously triggered this fauled behavior. Also, the initial IGMP/MLD versions were set to 2/1 (kernel default) instead of 3/2 (Infix default). Fixes #396 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit
added a commit
that referenced
this issue
Apr 28, 2024
As described in issue #396, multicast filtering on VLAN filtering bridges did not work at all. This because bridge_mcast_settings() exited when no global multicast settings were found -- a change to the YANG model made previously triggered this fauled behavior. Also, the initial IGMP/MLD versions were set to 2/1 (kernel default) instead of 3/2 (Infix default). Fixes #396 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The global bridge setting
mcast_vlan_snooping VAL
must be set to 1 on VLAN filtering bridges when a given VLAN has multicast filtering enabled.Also, the default IGMP and MLD versions on a new VLAN filtering bridge are off:
The text was updated successfully, but these errors were encountered: