-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I am trying to program flows with an idle_timeout and hard_timeout in a OneSwitch30 board. But it doesn't work well:
- The idle_timeout expires although the flow is used all time, so the OFPFlowRemoved message is generated even though the flow receives traffic. But the flow is not really removed from flow-table, because the messages which match with this flow are forwarding like before the OFPFlowRemoved message generation.
- The hard_timeout expires and a OFPFlowRemove message is generated correctly. But as in idle_timeout case, the flow entry is not removed from flow-table.
Could you help me with any idea?
Best regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels