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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user