mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
add support for switches notifying openflow and pacf about flow removal.
I just noticed - the OpenFlow events also really should send the instance of openflow that they are with them. That is a... tad complicated though due to a number of reasons (among others how the events are currently generated), so this will have to wait for a bit.
This commit is contained in:
parent
c0111bc4d2
commit
5f0a630116
8 changed files with 63 additions and 8 deletions
|
@ -68,5 +68,5 @@ function log_describe(state: ControllerState): string
|
|||
function log_new(dpid: count, success_event: bool &default=T): OpenFlow::Controller
|
||||
{
|
||||
return [$state=[$log_dpid=dpid, $log_success_event=success_event, $_plugin=OpenFlow::LOG],
|
||||
$flow_mod=log_flow_mod, $flow_clear=ryu_flow_clear, $describe=log_describe];
|
||||
$flow_mod=log_flow_mod, $flow_clear=ryu_flow_clear, $describe=log_describe, $supports_flow_removed=F];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue