switch: add reaneg for switch_ctl.init

This commit is contained in:
hanwckf 2024-01-04 20:30:38 +08:00
parent e699541b0a
commit dd70b49c31

View File

@ -13,4 +13,6 @@ start_service() {
sw_poweroff_ports "0 1 2 3 4"
sleep 3
sw_poweron_ports "0 1 2 3 4"
sleep 1
sw_restart_port "0 1 2 3 4"
}