Product SiteDocumentation Site

5.12.2. Configure the random Runner

The random runner behaves similarly to the roundrobin runner.
To configure the random runner, using an editor as root, add the following to the team JSON format configuration file:
{
 "device": "team0",
 "runner": {"name": "random"},
 "ports": {"em1": {}, "em2": {}}
}
Please see the teamd.conf(5) man page for more information.