diff --git a/NEWS b/NEWS index 7a14d95ae5..b31b1e62e3 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,17 @@ release. For an exhaustive list of changes, see the ``CHANGES`` file Zeek 5.2.0 ========== +Breaking Changes +---------------- + +- Zeekctl now assigns network ports to workers starting at port 27760. This + fixes an issue where workers were starting up with ports within Linux's + ephemeral port range, and were potentiall failing to startup due the ports + already being in use. This change may require changes in firewall/routing + configurations between hosts in a Zeek cluster. This should not affect + clusters running on FreeBSD, as that OS uses a different range for ephemeral + ports. + New Functionality ----------------- diff --git a/auxil/zeekctl b/auxil/zeekctl index 495a4f6967..73c5d59a57 160000 --- a/auxil/zeekctl +++ b/auxil/zeekctl @@ -1 +1 @@ -Subproject commit 495a4f6967aedcea674141622506b2b43d8b18fd +Subproject commit 73c5d59a57be1d22db10a2b7b00a1d876ef688f2