commit | 4a43cd854b4b6bbc1ff3dbe99df74eae1efe2b34 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@nvidia.com> | Thu Dec 01 13:40:42 2022 +0100 |
committer | Jiri Pirko <jiri@nvidia.com> | Thu Dec 01 13:40:42 2022 +0100 |
tree | bf29debb9e3c52154b100bb0c0f89fef7895cffc | |
parent | 5147be02262dbd18cb7283ff660a8169eaa88b8a [diff] |
libteam: clear changed bits in case of TEAM_IFINFO_CHANGE The change bits are cleared per-ifinfo before the event is propagated. That means that event for any netdev would trigger ifinfo changed propagation. Fix this by clearing changed bits in case of TEAM_IFINFO_CHANGE. Signed-off-by: Jiri Pirko <jiri@nvidia.com>