From 45b3dbf267124dc5f55b516a5ecde38742e1f1ee Mon Sep 17 00:00:00 2001 From: Jan Grashoefer Date: Wed, 25 Aug 2021 17:34:58 +0200 Subject: [PATCH] af_packet: Slightly reorder README. --- src/iosource/af_packet/README | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/iosource/af_packet/README b/src/iosource/af_packet/README index cccbc8fcc8..45d6276c73 100644 --- a/src/iosource/af_packet/README +++ b/src/iosource/af_packet/README @@ -5,17 +5,6 @@ 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 /lib/bro/plugins/Bro_AF_Packet/ - Installation ------------ @@ -58,6 +47,17 @@ everything built and installed correctly, you should see this:: https://github.com/JustinAzoff/can-i-use-afpacket-fanout can be used to verify whether PACKET_FANOUT works as expected. +Upgrade from Bro 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 /lib/bro/plugins/Bro_AF_Packet/ + Usage -----