Merge remote-tracking branch 'origin/topic/awelzel/community-id-new-connection'

* origin/topic/awelzel/community-id-new-connection:
  policy/community-id: Populate conn$community_id in new_connection()
This commit is contained in:
Arne Welzel 2024-11-11 09:34:10 +01:00
commit d3579c1f34
10 changed files with 53 additions and 4 deletions

4
NEWS
View file

@ -103,6 +103,10 @@ Changed Functionality
of a node are scraped via the Prometheus HTTP endpoint, or one of the collect
methods is invoked from Zeek script.
* The community-id-logging.zeek policy script was used to set ``c$conn$community_id``
during ``new_connection()`` rather than ``connection_state_remove()``, allowing
other scripts to reuse its value early.
Removed Functionality
---------------------