Sorry David, I thought it was verified but then I looked more closely at
the description and, as far as I understand, the oob_net0 interface
should configure itself in ALLMULTI mode automatically if >3 Multicast
interfaces are added, but I cannot see that happening

==================================================================================
ubuntu@localhost:~$ uname -a
Linux localhost.localdomain 6.8.0-1024-bluefield #28-Ubuntu SMP PREEMPT_DYNAMIC 
Mon Jun  8 07:27:41 UTC 2026 aarch64 aarch64 aarch64 GNU/Linux
ubuntu@localhost:~$ ip maddr show oob_net0
2:      oob_net0
        link  01:00:5e:00:00:01
        link  33:33:00:00:00:01
        link  33:33:ff:08:8f:ba
        inet  224.0.0.1
        inet6 ff02::1:ff08:8fba
        inet6 ff02::1
        inet6 ff01::1
ubuntu@localhost:~$ ip link show oob_net0
2: oob_net0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP 
mode DEFAULT group default qlen 1000
    link/ether a0:88:c2:08:8f:ba brd ff:ff:ff:ff:ff:ff
    altname enamlnxbf17i0
ubuntu@localhost:~$ for i in {1..6}; do     sudo ip maddr add 
33:33:00:00:00:0$i dev oob_net0; done
ubuntu@localhost:~$ ip maddr show oob_net0
2:      oob_net0
        link  01:00:5e:00:00:01
        link  33:33:00:00:00:01 users 2 static
        link  33:33:ff:08:8f:ba
        link  33:33:00:00:00:02 static
        link  33:33:00:00:00:03 static
        link  33:33:00:00:00:04 static
        link  33:33:00:00:00:05 static
        link  33:33:00:00:00:06 static
        inet  224.0.0.1
        inet6 ff02::1:ff08:8fba
        inet6 ff02::1
        inet6 ff01::1
ubuntu@localhost:~$ ip link show oob_net0
2: oob_net0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP 
mode DEFAULT group default qlen 1000
    link/ether a0:88:c2:08:8f:ba brd ff:ff:ff:ff:ff:ff
    altname enamlnxbf17i0
===================================================================================================

Could you please double check on your side with the image in the
proposed pocket?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2151223

Title:
  mlxbf_gige: interface defaults to ALLMULTI mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2151223/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to