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

nlpacket: add tunnel link_kind to encode support list

fixing: TypeError: cannot concatenate 'str' and 'NoneType' objects

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2020-01-28 11:56:19 +01:00
parent da5b9a569c
commit 040192991d

View File

@ -2791,6 +2791,18 @@ class AttributeIFLA_LINKINFO(Attribute):
"dummy",
"bridge",
"macvlan",
"gre",
"gretap",
"erspan",
"ip6gre",
"ip6gretap",
"ip6erspan",
"vti",
"vti6",
"ipip",
"sit",
"ip6tnl",
):
self.log.debug('Unsupported IFLA_INFO_KIND %s' % kind)
return