]> git.proxmox.com Git - ovs.git/commit
ofp-actions: Always consider inconsistent CT actions as an error.
authorJarno Rajahalme <jarno@ovn.org>
Tue, 27 Sep 2016 21:45:34 +0000 (14:45 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Tue, 27 Sep 2016 21:45:34 +0000 (14:45 -0700)
commited26e3ea9995ba632e681d5990af5ee9814f650e
treeceb660492cc026eddcf15a74d4e24fae5f026cd5
parent8b6d097c84018b1b4f96150407d6d029905a631e
ofp-actions: Always consider inconsistent CT actions as an error.

We can't downgrade to OF1.0 and expect inconsistent CT actions
be silently discarded.  Instead, datapath flow install fails, so
it is better to flag inconsistent CT actions as hard errors.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
lib/ofp-actions.c
tests/ofproto-dpif.at
tests/ovs-ofctl.at