From e0d782d0387a1fbd90223aa5dba3255075bf282c Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Fri, 7 Sep 2018 10:37:47 -0500 Subject: [PATCH] Update NEWS for changes to broctl "top" command output --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index d55d95accc..d2b1cd72ae 100644 --- a/NEWS +++ b/NEWS @@ -535,6 +535,11 @@ Changed Functionality "server_nb_computer_name", "server_dns_computer_name", and "server_tree_name" fields added. +- BroControl: The output of the broctl "top" command has changed slightly. + The "Proc" column has been removed from the output. This column previously + indicated whether each Bro process was the "parent" or "child", but this + is no longer relevant because each Bro node now runs as a single process. + Removed Functionality ---------------------