summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/lutil.py
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2019-07-11 19:36:06 -0700
committerChirag Shah <chirag@cumulusnetworks.com>2019-07-15 09:55:54 -0700
commitc32eba04f311d2bd4d249b2d84a3b496b0f4d302 (patch)
tree14aeab75e864b8212211f87171b5d9e6cc364cfe /tests/topotests/lib/lutil.py
parent96e109772d064e9df9ce208b53f7ff1872e1c427 (diff)
ospfd: no router ospf crash fix
no router ospf triggers to cancel all threads including read/write (receive/send packets) threads, cleans up resources fd, message queue and data. Last job of write (packet) thread invoked where the ospf instance is referenced is not running nor the socket fd valid. Write thread callback should check if fd is valid and ospf instance is running before proceeding to send a message over socket. Ticket:CM-20095 Testing Done: Performed the multiple 'no router ospf' with the fix in topology where the crash was seen. Post fix the crash is not observed. Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/lib/lutil.py')
0 files changed, 0 insertions, 0 deletions