Olivier Matz

Results 8 comments of Olivier Matz

Hi, A more reliable way would probably be to store the ifindex of the interface instead of storing data in the ifalias field. Indeed, like the name, the ifalias can...

Hi @dcbw, > what is renaming the network device inside the container, away from the name that was specified in the CNI configuration (eg, net0 or eth0)? We are running...

Hi @dcbw, Thank you for bringing this issue in the maintainers meeting. > We think that whatever is doing the interface changes after CNI should also be a good citizen...

> > But as we said previously, there are still corner cases where the CNI cannot do anything to restore the interface, and this would still block the downscaling of...

After some analysis, it appears that the extensions are compiled once in lys_compile_node_action_inout(), then another time in lys_compile_node_(), which adds the same extensions again. I don't know if it's the...

Hello @GIC-de, Thank you for the comment. Please let me know if you want me to do any additional work on the patch. Sorry I closed the issue by mistake,...

Hi @GIC-de, thank you! I'll do a test as soon as possible and let you know.

Hi @GIC-de, We have tested the latest version (0.9.29), and it fixes our issue. Thanks!