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:
@ -2756,6 +2756,7 @@ class AttributeIFLA_LINKINFO(Attribute):
|
||||
"ipip",
|
||||
"sit",
|
||||
"ip6tnl",
|
||||
"ip6ip6"
|
||||
|
||||
):
|
||||
self.log.debug('Unsupported IFLA_INFO_KIND %s' % kind)
|
||||
|
Reference in New Issue
Block a user