nss-packages-qosmio/qca-nss-ecm/patches/0020-remove-check-mlo-device.patch
Sean Khan a8d4f99c91 nss-ecm: bump 12.5 release and refresh patches
Brings in the following commits from 12.5 branch:

2024-11-06 - 30fbfa4 - Fix for null dev entries in emesh-sawf.
2024-08-28 - 0718f48 - Add interface num to identify vlan device

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2025-04-09 13:56:37 -04:00

15 lines
565 B
Diff

--- a/ecm_interface.c
+++ b/ecm_interface.c
@@ -4057,11 +4057,7 @@ static uint32_t ecm_interface_multicast_
* For MLO bond netdevice, destination for multicast is bond netdevice itself
* Therefore, slave lookup is not needed.
*/
-#ifdef ECM_FRONT_END_SFE_ENABLE
- if (ecm_front_end_is_lag_master(dest_dev) && !bond_is_mlo_device(dest_dev)) {
-#else
if (ecm_front_end_is_lag_master(dest_dev)) {
-#endif
/*
* Link aggregation
* Figure out which slave device of the link aggregation will be used to reach the destination.