Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
8238
Description
I'm observing the onFlowRemoved() is not getting called on Flow removal from Switch. NAT has implemented SalFlowListener and does certain clean-up on receiving Flow Removed Notification on specific table(on IDLE_TIME_OUT).
public class NaptFlowRemovedEventHandler implements SalFlowListener {
public void onFlowRemoved(FlowRemoved flowRemoved)
{ ...}}
Because of this FlowRemoved() is not called, certain SNAT functionality is not working fine.