Open
Description
Currently it is impossible to add a team device with specific configuration using IPRoute. Instead a hardcoded config is used.
Code sample:
from pyroute2 import IPRoute
ipr = IPRoute()
ret_val = ipr.link('add', ifname='myteam', kind='team')
$ pgrep -fa teamd
5727 teamd -d -n -c {"device": "myteam", "runner": {"name": "activebackup"}, "link_watch": {"name": "ethtool"}}
Activity