Hi,
I run the teamd daemon by "teamd -d". Then I run: #teamdctl team0 port add p4p1 and then:
#teamdctl team0 config dump And I get: { "device": "team0", "ports": { "p4p1": { "link_watch": { "name": "ethtool" } } }, "runner": { "name": "roundrobin" } }
Now, I want to change the "runner" to be LACP. How can it be done ? is there more than on way to achieve it ?
regards, D. Shwartz
Wed, May 28, 2014 at 07:29:26PM CEST, dshwatrz@gmail.com wrote:
Hi,
I run the teamd daemon by "teamd -d". Then I run: #teamdctl team0 port add p4p1 and then:
#teamdctl team0 config dump And I get: { "device": "team0", "ports": { "p4p1": { "link_watch": { "name": "ethtool" } } }, "runner": { "name": "roundrobin" } }
Now, I want to change the "runner" to be LACP. How can it be done ? is there more than on way to achieve it ?
No way to change runner on running teamd. You have to create a config, set runner there and pass it to teamd on commandline (-f or -c option)
For more details, please see teamd and teamd.conf manpages.
Jiri
regards, D. Shwartz _______________________________________________ libteam mailing list libteam@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/libteam
libteam@lists.fedorahosted.org