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:
  nlpacket: add tunnel link_kind to encode support list
  addons.conf: remove duplicate entry for tunnel pre-up
This commit is contained in:
Julien Fortin
2020-01-28 12:00:03 +01:00
2 changed files with 12 additions and 1 deletions

View File

@ -12,7 +12,6 @@ pre-up,bridgevlan
pre-up,mstpctl
pre-up,tunnel
pre-up,vrf
pre-up,tunnel
pre-up,ethtool
pre-up,address
up,dhcp

View File

@ -2745,6 +2745,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