-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release 0.52] Fix numeric iface name in route (#993)
* Filter CNI veth interfaces by type and DeviceState (un/managed) (#809) * Filter interfaces by type and DeviceState Instead of filtering interfaces in NNS by name regex, use type attribute and deviceState obtained from NetworkManager. Drop veth interfaces that are not being managed by NetworkManager. Signed-off-by: Radim Hrazdil <[email protected]> * e2e: Add test verifying interface_filter isn't failing Since NetworkManager client could fail to connect to dbus (potentially), we should make sure that we catch such events. When the NetworkManager client fails to connect, the NNS is not filtered and error message is logged by handler. This commit adds test verifying that handler log doesn't contain such message. Signed-off-by: Radim Hrazdil <[email protected]> * Remove unused INTERFACES_FILTER variable Signed-off-by: Radim Hrazdil <[email protected]> * Update section about vlan filtering from nns It is now not possible to adjust vlan filtering, as we stricly filter only unmanaged veth interfaces Signed-off-by: Radim Hrazdil <[email protected]> * Fix issue with Route next-hop-interface being interpreted as float64 (#987) * unit test filtering of ifaces with numeric names Signed-off-by: Radim Hrazdil <[email protected]> * Fix next-hop-interface with numeric names being interpreted as float Signed-off-by: Radim Hrazdil <[email protected]> * Use centos 8 Stream as base image for handler Signed-off-by: Radim Hrazdil <[email protected]>
- Loading branch information
Showing
10 changed files
with
347 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.