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

Merge branch 'master-next' into python3

* master-next:
  nlmanager: nlpacket: add "ip6ip6" link kind to LINKINFO encode handler
This commit is contained in:
Julien Fortin
2020-02-03 16:56:09 +01:00

View File

@ -2756,6 +2756,7 @@ class AttributeIFLA_LINKINFO(Attribute):
"ipip",
"sit",
"ip6tnl",
"ip6ip6"
):
self.log.debug('Unsupported IFLA_INFO_KIND %s' % kind)