mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Add new logfiles for shunting and drops to netcontrol
Also fix small bugs and update baselines.
This commit is contained in:
parent
a38327bd08
commit
8f60974bc0
20 changed files with 385 additions and 107 deletions
|
@ -68,7 +68,7 @@ function log_describe(state: ControllerState): string
|
|||
function log_new(dpid: count, success_event: bool &default=T): OpenFlow::Controller
|
||||
{
|
||||
local c = OpenFlow::Controller($state=OpenFlow::ControllerState($log_dpid=dpid, $log_success_event=success_event),
|
||||
$flow_mod=log_flow_mod, $flow_clear=ryu_flow_clear, $describe=log_describe, $supports_flow_removed=F);
|
||||
$flow_mod=log_flow_mod, $describe=log_describe, $supports_flow_removed=F);
|
||||
|
||||
register_controller(OpenFlow::OFLOG, cat(dpid), c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue