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

7
NEWS
View file

@ -350,6 +350,13 @@ Changed Functionality
- dhcp_release
- dhcp_inform
- A new script, policy/protocols/dhcp/deprecated_events.bro, may be loaded
to aid those transitioning away from the list of "removed" events above.
The script provides definitions for the old events and automatically
generates them from a dhcp_message handler, thus providing equivalent
functionality to the previous Bro release. Such usage emits deprecation
warnings.
- Removed policy/misc/known-devices.bro script and thus
known_devices.log will no longer be created.