mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-1083: Fix Input Framework 'change' events for 'set' destinations
This commit is contained in:
parent
ebc073ba92
commit
c765fd20fd
5 changed files with 203 additions and 43 deletions
|
@ -0,0 +1,7 @@
|
|||
entry notification Input::EVENT_NEW: [s=one]
|
||||
entry notification Input::EVENT_NEW: [s=two]
|
||||
entry notification Input::EVENT_NEW: [s=three]
|
||||
entry notification Input::EVENT_REMOVED: [s=three]
|
||||
entry notification Input::EVENT_REMOVED: [s=two]
|
||||
entry notification Input::EVENT_NEW: [s=four]
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue