commit | c32369829b2b1881e25fab85d74aa0b3ad017dcb | [log] [tgz] |
---|---|---|
author | Paul D.Smith <pauldsmith@microsoft.com> | Wed Sep 28 10:00:18 2022 +0000 |
committer | Jiri Pirko <jiri@nvidia.com> | Thu Sep 29 14:17:28 2022 +0200 |
tree | abde7b21fb10043b0e1673a2e66836cb765fc6d7 | |
parent | 42a235b5e8e4befe5c35ec60bb34ffffbedddbf3 [diff] |
binding/python: ifindex 0 is invalid so do not process it On some platforms, libraries underpinning libteam assert that an ifindex passed to them is not zero so an ifindex of zero cannot be passed down. This patch alters libteam processing order to ensure that this is the case. Signed-off-by: Paul D.Smith <pauldsmith@microsoft.com> Signed-off-by: Jiri Pirko <jiri@nvidia.com>