mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
af_packet: Add upgrade note to README.
This commit is contained in:
parent
8d0bc4a804
commit
8aa35fed6f
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue