Peter Saveliev
Peter Saveliev
Should be a bit better now.
Not yet, vlan filters are still read-only in NDB. To be implemented asap.
reopened to be added to the docs
@oseiberts11 The fix for that is pushed into the master branch. If the git version is not an option, you can use `import pr2modules.arp` until the next release will be...
Closing as resolved. Will you find any further issue — don't hesitate to reopen or open a new ticket. Thanks!
@257 could be an upgrade to >=0.7.1 an option?
Also, there are some addition issues fixed in the master, and 0.7.2 will be rolled out this week.
That's a bug in the packaging — at least on my side. The `pyroute2` pypi is missing the dependency on `pyroute2.protocols`. Either OpenSuse has `pyroute2.protocols` too — and it's install...
Yep, to be fixed asap. Thanks for heads-up!
It should work now like that: ```python import json from pyroute2 import IPRoute config = {'runner': {'name': 'activebackup'}, 'link_watch': {'name': 'ethtool'}, 'hwaddr': '00:11:22:33:44:55'} ipr = IPRoute() ipr.link('add', ifname='myteam', kind='team', team_config=json.dumps(config))...