Fix local.zeek compatibility test

This commit is contained in:
Jon Siwek 2020-12-14 22:27:57 -08:00
parent a475cc7a29
commit dd7bda6a1c
3 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,8 @@
4.1.0-dev.1 | 2020-12-14 22:27:57 -0800
* Fix local.zeek compatibility test (Jon Siwek, Corelight)
3.3.0-dev.664 | 2020-12-14 21:23:01 -0800 3.3.0-dev.664 | 2020-12-14 21:23:01 -0800
* Update submodules (Jon Siwek, Corelight) * Update submodules (Jon Siwek, Corelight)

View file

@ -1 +1 @@
4.1.0-dev 4.1.0-dev.1

View file

@ -15,7 +15,7 @@
# # simply update this test's TEST-START-FILE with the latest contents # # simply update this test's TEST-START-FILE with the latest contents
# site/local.zeek. # site/local.zeek.
@TEST-START-FILE local-3.3.zeek @TEST-START-FILE local-4.1.zeek
##! Local site policy. Customize as appropriate. ##! Local site policy. Customize as appropriate.
##! ##!
##! This file will not be overwritten when upgrading or reinstalling! ##! This file will not be overwritten when upgrading or reinstalling!
@ -122,4 +122,7 @@ redef digest_salt = "Please change this value.";
# Uncomment the following line to enable logging of link-layer addresses. Enabling # Uncomment the following line to enable logging of link-layer addresses. Enabling
# this adds the link-layer address for each connection endpoint to the conn.log file. # this adds the link-layer address for each connection endpoint to the conn.log file.
# @load policy/protocols/conn/mac-logging # @load policy/protocols/conn/mac-logging
# Uncomment this to source zkg's package state
# @load packages
@TEST-END-FILE @TEST-END-FILE