mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-17 16:51:41 +00:00
Try and solve the roaming issue by trying to replicate what NSS bridge module is doing, but by utilizing switchdev FDB notifiers instead of adding new notifiers to the bridge code. We register a new non-blocking switchdev notifier and simply wait for notification, and then process the SWITCHDEV_FDB_DEL_TO_DEVICE notifications. Those tell us that a certain FDB entry should be removed, then a VSI ID is fetched for the physical PPE port and using that VSI ID and the notification provided MAC adress existing FDB entry gets removed. Mark qca-nss-dp as conflicting with the old NSS bridge module so both cant be installed at the same time. Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| qca-nss-clients | ||
| qca-nss-crypto | ||
| qca-nss-dp | ||
| qca-nss-drv | ||
| qca-nss-ecm | ||
| qca-ssdk | ||
| qca-ssdk-shell | ||