mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Event/init-bare: Add add_missing_remote_network_timestamp logic
Make defaulting to the local network timestamp for remote events opt-in.
This commit is contained in:
parent
b87109fcf1
commit
96f2d5d369
5 changed files with 54 additions and 15 deletions
7
NEWS
7
NEWS
|
@ -30,6 +30,13 @@ Breaking Changes
|
|||
dispatched. Previously this would've likely been 0.0, or the previously
|
||||
dispatched event.
|
||||
|
||||
- Missing network timestamp metadata on remote events is not set to the local
|
||||
network time anymore by default. This potentially hid useful debugging information
|
||||
about another node not sending timestamp metadata. The old behavior can be
|
||||
re-enabled as follows:
|
||||
|
||||
redef EventMetadata::add_missing_remote_network_timestamp = T;
|
||||
|
||||
New Functionality
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue