mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
broker integration: add knobs to set auto publish/advertise behavior
This commit is contained in:
parent
cfb666af2b
commit
ebc9407a2b
4 changed files with 48 additions and 5 deletions
|
@ -5,6 +5,11 @@ export {
|
|||
|
||||
const endpoint_name = "" &redef;
|
||||
|
||||
type EndpointFlags: record {
|
||||
auto_publish: bool &default = T;
|
||||
auto_advertise: bool &default = T;
|
||||
};
|
||||
|
||||
type SendFlags: record {
|
||||
self: bool &default = F;
|
||||
peers: bool &default = T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue