mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Fix a few minor ifquery check failures
Ticket: CM-3346 Reviewed By: Testing Done: Tested ifupdown2 sanity and query check failures.
This commit is contained in:
@@ -76,7 +76,6 @@ class vxlan(moduleBase):
|
||||
|
||||
def _query_check(self, ifaceobj, ifaceobjcurr):
|
||||
if not self.ipcmd.link_exists(ifaceobj.name):
|
||||
ifaceobjcurr.status = ifaceStatus.NOTFOUND
|
||||
return
|
||||
# Update vxlan object
|
||||
vxlanattrs = self.ipcmd.get_vxlandev_attrs(ifaceobj.name)
|
||||
|
||||
Reference in New Issue
Block a user