mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Update NEWS with more info about runtime options
This commit is contained in:
commit
1baf946e52
3 changed files with 14 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.5-946 | 2018-08-30 09:51:16 -0500
|
||||
|
||||
* Update NEWS with more info about runtime options (Daniel Thayer)
|
||||
|
||||
2.5-944 | 2018-08-30 09:28:41 -0500
|
||||
|
||||
* Introduce ssl_plaintext_data event, replacing ssl_application_data event.
|
||||
|
|
9
NEWS
9
NEWS
|
@ -120,6 +120,15 @@ New Functionality
|
|||
not send the change to any other nodes, so Config::set_value should
|
||||
typically be used instead of Option::set.
|
||||
|
||||
Various redef-able constants in the standard Bro scripts have
|
||||
been converted to runtime options. This change will not affect any
|
||||
user scripts because the initial value of runtime options can still be
|
||||
redefined with a "redef" declaration. Example:
|
||||
|
||||
option testvar = "old value";
|
||||
|
||||
redef testvar = "new value";
|
||||
|
||||
It is possible to "subscribe" to an option through
|
||||
Option::set_change_handler, which will trigger a handler callback
|
||||
when an option changes. Change handlers can optionally modify
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-944
|
||||
2.5-946
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue