added various log messages to help with correcting issues, added some for adding tunnels that fixes p2p with distributed core, but teardown for p2p is still broken
This commit is contained in:
parent
e2a932698c
commit
350341cda7
6 changed files with 56 additions and 13 deletions
|
@ -81,7 +81,7 @@ class EbtablesQueue(object):
|
|||
try:
|
||||
del self.last_update_time[wlan]
|
||||
except KeyError:
|
||||
logger.exception("error deleting last update time for wlan: %s", wlan)
|
||||
logger.exception("error deleting last update time for wlan, ignored before: %s", wlan)
|
||||
|
||||
self.updatelock.release()
|
||||
if len(self.last_update_time) > 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue