datapath-windows: remove ASSERT in OvsDoFlowLookupOutput()
authorNithin Raju <nithin@vmware.com>
Thu, 10 Dec 2015 19:16:51 +0000 (11:16 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 15 Dec 2015 08:47:44 +0000 (00:47 -0800)
commit398e182e365d1709a0d085bdee365ff3c19ca001
tree628d9fdb3562fe269b34a4651dff7c0909b448b3
parent5d8b248c8af699d5f52567616f3bf5f125975df7
datapath-windows: remove ASSERT in OvsDoFlowLookupOutput()

We needed this ASSERT earlier to catch unexpected cases. This code seems
to be fairly stable, and we can remove the ASSERT.

It is annoying to be hitting this ASSERT while changing the internal
adapter properties.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Actions.c