mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fixed out-of-range enum constant
This commit is contained in:
parent
9557029cf2
commit
0f18a01bf7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export {
|
||||||
## Return value for a cookie from a flow
|
## Return value for a cookie from a flow
|
||||||
## which is not added, modified or deleted
|
## which is not added, modified or deleted
|
||||||
## from the Zeek openflow framework.
|
## from the Zeek openflow framework.
|
||||||
const INVALID_COOKIE = 0xffffffffffffffff;
|
const INVALID_COOKIE = 0x7fffffffffffffff;
|
||||||
# Openflow physical port definitions
|
# Openflow physical port definitions
|
||||||
## Send the packet out the input port. This
|
## Send the packet out the input port. This
|
||||||
## virual port must be explicitly used in
|
## virual port must be explicitly used in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue