system-linux: fix sysfs name for all_ports_active flag
authorNicolò <nicveronese@gmail.com>
Sun, 4 May 2025 15:22:05 +0000 (17:22 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 17 May 2025 09:33:16 +0000 (11:33 +0200)
commite8bbf246ce2e134613d3b68477dcb955689408e4
treec497985ef68eafd15a13080cfab1b21bcd34968f
parenta1b6386a20a6352fea626345a044b538c1473a49
system-linux: fix sysfs name for all_ports_active flag

Right now system-linux writes to the wrong file (not existing)
 to configure the "all_ports_active" flag for bonding devices.
Write to the correct "bonding/all_slaves_active" path.

Signed-off-by: Nicolò Veronese <nicveronese@gmail.com>
Link: https://github.com/openwrt/netifd/pull/49
Signed-off-by: Robert Marko <robimarko@gmail.com>
system-linux.c