The man-page says runner.active and runner.fast_rate are boolean types. So, change them from '1' to 'true'.
Signed-off-by: Flavio Leitner fbl@redhat.com --- teamd/redhat/example_ifcfgs/2/ifcfg-team_test0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/teamd/redhat/example_ifcfgs/2/ifcfg-team_test0 b/teamd/redhat/example_ifcfgs/2/ifcfg-team_test0 index 19b5e06..56e48da 100644 --- a/teamd/redhat/example_ifcfgs/2/ifcfg-team_test0 +++ b/teamd/redhat/example_ifcfgs/2/ifcfg-team_test0 @@ -4,4 +4,4 @@ ONBOOT="yes" BOOTPROTO=none NETMASK=255.255.255.0 IPADDR=192.168.23.11 -TEAM_CONFIG='{"runner": {"name": "lacp", "active": 1, "fast_rate": 1, "tx_hash": ["eth", "ipv4", "ipv6"]},"link_watch": {"name": "ethtool"}}' +TEAM_CONFIG='{"runner": {"name": "lacp", "active": true, "fast_rate": true, "tx_hash": ["eth", "ipv4", "ipv6"]},"link_watch": {"name": "ethtool"}}'
libteam@lists.fedorahosted.org