]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'bonding-fix-ns-targets-not-work-on-hardware-nic'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 14 Nov 2024 10:16:30 +0000 (11:16 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 14 Nov 2024 10:16:30 +0000 (11:16 +0100)
commitf8d670b1ae90cb1c5a18a4698c264e96dedc762c
tree2e8a630f706596af95e315be0f369b779a0a8364
parentdc065076ee7768377d7c16af7d1b0767782d8c98
parent86fb6173d11e773a00a5b6d1b7bd17caff8692b8
Merge branch 'bonding-fix-ns-targets-not-work-on-hardware-nic'

Hangbin Liu says:

====================
bonding: fix ns targets not work on hardware NIC

The first patch fixed ns targets not work on hardware NIC when bonding
set arp_validate.

The second patch add a related selftest for bonding.

v4: Thanks Nikolay for the comments:
    use bond_slave_ns_maddrs_{add/del} with clear name
    fix comments typos
    remove _slave_set_ns_maddrs underscore directly
    update bond_option_arp_validate_set() change logic
v3: use ndisc_mc_map to convert the mcast mac address (Jay Vosburgh)
v2: only add/del mcast group on backup slaves when arp_validate is set (Jay Vosburgh)
    arp_validate doesn't support 3ad, tlb, alb. So let's only do it on ab mode.
====================

Link: https://patch.msgid.link/20241111101650.27685-1-liuhangbin@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>