datapath-windows: Don't assert for unknown actions
authorNithin Raju <nithin@vmware.com>
Wed, 25 Nov 2015 20:32:33 +0000 (12:32 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 8 Dec 2015 18:25:11 +0000 (10:25 -0800)
commit4ac064505df316487e9c31ddd3fe83d042056e63
tree8b95665172467a07c9b2ac03b151fbe5a8a40792
parent839c723379c5bc6beb678aa97fe4a33d05358f4b
datapath-windows: Don't assert for unknown actions

On Hyper-V, we currently don't validate a flow to see if datapath can
indeed execute all the actions specified or not. While support for it
gets implemented, an ASSERT seems too strong. I'm working on the support
for actions validation. Here's a workaround in the meantime to help
debugging.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Actions.c