[ovs-git] [openvswitch/ovs] 4ac064: datapath-windows: Don't assert for unknown actions

GitHub noreply at github.com
Tue Dec 8 18:25:17 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4ac064505df316487e9c31ddd3fe83d042056e63
      https://github.com/openvswitch/ovs/commit/4ac064505df316487e9c31ddd3fe83d042056e63
  Author: Nithin Raju <nithin at vmware.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M datapath-windows/ovsext/Actions.c

  Log Message:
  -----------
  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 at vmware.com>
Acked-by: Sairam Venugopal <vsairam at vmware.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list