mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
vid_group: adds AutoHelper flag to endpoints. Does not appear to help system load
This commit is contained in:
@@ -313,6 +313,8 @@ if ($::action eq "create") {
|
|||||||
.qq(--use_ports $ports --use_speeds 0,0 --report_timer 3000);
|
.qq(--use_ports $ports --use_speeds 0,0 --report_timer 3000);
|
||||||
#print "CMD: $cmd\n";
|
#print "CMD: $cmd\n";
|
||||||
`$cmd`;
|
`$cmd`;
|
||||||
|
push(@next_cmds, "set_endp_flag $cname-A AutoHelper 1");
|
||||||
|
push(@next_cmds, "set_endp_flag $cname-B AutoHelper 1");
|
||||||
push(@next_cmds, $::utils->fmt_cmd("add_tgcx", $::l3_test_grp, $cname));
|
push(@next_cmds, $::utils->fmt_cmd("add_tgcx", $::l3_test_grp, $cname));
|
||||||
}
|
}
|
||||||
sleep 1;
|
sleep 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user