1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Merge pull request #143 from aderumier/python3

add openvswitch addons
This commit is contained in:
Julien Fortin
2020-03-04 16:52:41 +01:00
committed by GitHub
5 changed files with 510 additions and 1 deletions

View File

@@ -2760,7 +2760,8 @@ class AttributeIFLA_LINKINFO(Attribute):
"ip6tnl",
"ip6ip6",
"ipip6",
"xfrm"
"xfrm",
"openvswitch"
):
self.log.debug('Unsupported IFLA_INFO_KIND %s' % kind)