Skip to content

platform: update bridge options via netlink message

Vojtech Bubela requested to merge replace-sysfs-with-netlink into main

When updating bridge options (for example with nmcli connection modify <bridge-name> ...) we should use netlink instead of sysfs (because it is old) when communicating changes to the kernel.

For that i added couple of functions to platform and then edited code in nm-device-bridge to use these functions.

Edited by Vojtech Bubela

Merge request reports