mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
remove (disfunctional) notifications from pacf
This commit is contained in:
parent
f2be226a5a
commit
ad2361b7ac
8 changed files with 7 additions and 173 deletions
|
@ -24,7 +24,6 @@ global of_controller: OpenFlow::Controller;
|
|||
event bro_init()
|
||||
{
|
||||
of_controller = OpenFlow::log_new(42);
|
||||
#OpenFlow::flow_mod(of_controller, [], [$cookie=1, $command=OpenFlow::OFPFC_ADD, $actions=[$out_ports=vector(3, 7)]]);
|
||||
}
|
||||
|
||||
event connection_established(c: connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue