af_packet: Add upgrade note to README.

This commit is contained in:
Jan Grashoefer 2020-02-24 18:15:05 +01:00 committed by Tim Wojtulewicz
parent 8d0bc4a804
commit 8aa35fed6f

View file

@ -5,6 +5,17 @@ Zeek::AF_Packet
This plugin provides native AF_Packet support for Zeek
(http://man7.org/linux/man-pages/man7/packet.7.html).
Upgrade to Zeek
---------------
In the context of the transition from Bro to Zeek, the plugin has been renamed. To upgrade from the Bro-version of the plugin, just remove the old version and then install the renamed one. Using the package manager the following will uninstall the old version of the plugin::
# zkg remove bro-af_packet-plugin
For manually installed plugins, remove the corresponding plugin directory::
# rm -rf <path_to_zeek>/lib/bro/plugins/Bro_AF_Packet/
Installation
------------