mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/seth/make-cluster-port-optional'
* origin/topic/seth/make-cluster-port-optional: Apply suggestions from code review Update scripts/base/frameworks/cluster/main.zeek Make defining a port number for hosts in a cluster that only connect outbound optional
This commit is contained in:
commit
6cb0cb9746
5 changed files with 25 additions and 6 deletions
5
NEWS
5
NEWS
|
@ -88,6 +88,11 @@ Changed Functionality
|
|||
than the previous one. A detailed explanation of the implementation is here:
|
||||
https://jasonlue.github.io/algo/2019/08/20/clustered-hashing.html
|
||||
|
||||
- The ``p`` fields of ``Cluster::Node`` records now use a
|
||||
``&default=0/unknown`` attribute with ``0/unknown`` meaning that the node is
|
||||
not pre-configured to listen for incoming connections from other cluster
|
||||
nodes.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue