Uninett / zinolib

Python library for zino
Apache License 2.0
1 stars 3 forks source link

BFD: missing parameter `lastevent` #55

Closed runborg closed 6 months ago

runborg commented 6 months ago

It looks like all BFD cases are missing the attribute lastevent . This makes the curitz client crash as this field is used to calculate the description field of the case.

examples of data:

lastevent       : 'changed from down to up (poll)'
lastevent       : 'changed from up to down (trap) diag neighborSignaledSessionDown'
lastevent       : 'changed from up to down (trap) diag neighborSignaledSessionDown'

As for now it looks like to be the last part of the newest message in the system log for this case

runborg commented 6 months ago

aouth, brainfart.. this issue should go to zino2, not zinolib :)