mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
[FIX] small codestyle changes
This commit is contained in:
parent
8e2c269c2e
commit
fef8476690
2 changed files with 2 additions and 4 deletions
|
@ -248,7 +248,7 @@ export {
|
|||
##
|
||||
## Returns: T, if successful, else F.
|
||||
global flow_mod: function(dpid: count, flow_mod: ofp_flow_mod): bool
|
||||
&default=function(dpid: count, flow_mod:ofp_flow_mod): bool
|
||||
&default=function(dpid: count, flow_mod: ofp_flow_mod): bool
|
||||
{
|
||||
Reporter::warning("Openflow::flow_mod function not implemented. Please load the right Openflow plugin");
|
||||
return F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue