You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a GET operation on /v2/flows, the returned flows will contain the cookie_mask attribute set to 0. According to discussion with @viniarck this is not supposed to occur. Here's some example output from /v2/flows:
It could get omitted here, it won't cause issues with having the cookie_mask: 0, although it can lead to confusion indeed in a context where it's just showing/listing. The cookie_mask on of_core 0x04 Flow is still handy when converting to FlowMods.
When performing a
GET
operation on/v2/flows
, the returned flows will contain thecookie_mask
attribute set to0
. According to discussion with @viniarck this is not supposed to occur. Here's some example output from/v2/flows
:The text was updated successfully, but these errors were encountered: