From 947e65c7bc1dd0b2dd9b15d9984a776210da35ca Mon Sep 17 00:00:00 2001 From: ZMY Date: Mon, 18 Aug 2025 11:44:20 +0800 Subject: [PATCH] add flow_bifurcation and bond6_switch in sys_conf --- src/lstack/core/lstack_cfg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lstack/core/lstack_cfg.c b/src/lstack/core/lstack_cfg.c index 144ced9..a8cdbcd 100644 --- a/src/lstack/core/lstack_cfg.c +++ b/src/lstack/core/lstack_cfg.c @@ -1105,6 +1105,8 @@ static void lwip_conf_init(void) struct sys_config sys_conf = { .rtc_mode = cfg->stack_mode_rtc, + .flow_bifurcation = cfg->flow_bifurcation, + .bond_mode = cfg->bond_mode, }; sys_config_init(&sys_conf); } -- Gitee