fixed out-of-range enum constant

This commit is contained in:
Vern Paxson 2021-04-01 19:16:07 -07:00
parent 9557029cf2
commit 0f18a01bf7

View file

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