Add new logfiles for shunting and drops to netcontrol

Also fix small bugs and update baselines.
This commit is contained in:
Johanna Amann 2016-02-17 12:47:42 -08:00
parent a38327bd08
commit 8f60974bc0
20 changed files with 385 additions and 107 deletions

View file

@ -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);