Merge remote-tracking branch 'origin/topic/vladg/dhcp_event_deprecation'

* origin/topic/vladg/dhcp_event_deprecation:
  Add script to support the old DHCP events

Updated coverage tests and fixed incorrect DHCP:: scoping on some things
This commit is contained in:
Jon Siwek 2018-08-17 16:34:51 -05:00
commit edf8658b11
9 changed files with 311 additions and 2 deletions

View file

@ -6,4 +6,4 @@
#
# @TEST-EXEC: test -d $DIST/scripts
# @TEST-EXEC: for script in `find $DIST/scripts/ -name \*\.bro`; do bro -b --parse-only $script >>errors 2>&1; done
# @TEST-EXEC: btest-diff errors
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff errors