mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
bridge: display warning when (in vlan unware bridge) an untagged bridge is not configured
Ticket: CM-8173 Reviewed By: Roopa Testing Done: smoke + vlan aware and non-aware bridges with untagged bridge without untagged bridge.
This commit is contained in:
@@ -1137,6 +1137,7 @@ class ifupdownMain(ifupdownBase):
|
||||
raise Exception()
|
||||
return
|
||||
|
||||
ret = None
|
||||
try:
|
||||
ret = self._sched_ifaces(filtered_ifacenames, ops,
|
||||
skipupperifaces=skipupperifaces,
|
||||
@@ -1569,8 +1570,8 @@ class ifupdownMain(ifupdownBase):
|
||||
followdependents=True
|
||||
if self.flags.WITH_DEPENDS else False)
|
||||
except Exception, e:
|
||||
ret = None
|
||||
self.logger.error(str(e))
|
||||
pass
|
||||
finally:
|
||||
self._process_delay_admin_state_queue('up')
|
||||
if ifupdownflags.flags.DRYRUN:
|
||||
|
Reference in New Issue
Block a user