containernetworking / plugins

Some reference and example networking plugins, maintained by the CNI team.
Apache License 2.0
2.14k stars 775 forks source link

bridge: Extract some netlink operations code to file #998

Open ormergi opened 6 months ago

ormergi commented 6 months ago

This is a small refactoring around netlink operations logic. Setting link state up and waiting for link oper state code is moved to link package.

ormergi commented 6 months ago

/cc @EdDev @AlonaKaplan

ormergi commented 6 months ago

@squeed thanks for the review :slightly_smiling_face: , please take another look.