On 2021-09-27 19:59, e9hack wrote: > Am 27.09.2021 um 19:02 schrieb Felix Fietkau: >> >> Fix pushed, thanks for testing. >> >> - Felix >> > > It fixes my issue too. > > In bonding_enable_port() and bridge_enable_member() is in the middle > a 'return -1'. In all error cases before and afterwards is located a 'goto > ...' to revert some things. Is 'return -1' correct or a bug? This is intentional. When an external auth handler is used, the member device should be up and the bridge should be prepared, but actually adding the member should be deferred until auth is completed.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
