bisdn / meta-switch

MIT License
4 stars 2 forks source link

libnl: fix cloning links with slave ops #215

Closed KanjiMonster closed 1 month ago

KanjiMonster commented 1 month ago

Fix cloning links with slave ops. This fixes a crash when trying to clone a link with slave ops but not standard link ops, and now properly propagates the ops, as well as ups the reference.

Fixes: d116d6d8bba5 ("libnl: add slave data support")