Skip to content
Snippets Groups Projects
Commit 09141b9f authored by Ram Chandra Jangir's avatar Ram Chandra Jangir
Browse files

rstp: Enable force_link for lan interface as default


Change-Id: I318f5df920ad04b2f6789da70c70b8bbefbb8244
Signed-off-by: default avatarRam Chandra Jangir <quic_rjangir@quicinc.com>
parent d98bda7a
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,12 @@ brctl_stp_on_or_off() {
start() {
local rstp_enable autoMode ifname
force_link=$(uci -q get network.lan.force_link)
[ "$force_link" != "1" ] && {
uci set network.lan.force_link=1
uci commit network
}
config_load "rstp"
config_get rstp_enable global enable 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment