Re: [ovs-dev] [PATCH 7/9] ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-10-17 Thread Jarno Rajahalme
On Oct 17, 2013, at 12:48 PM, Ben Pfaff wrote: > On Wed, Oct 16, 2013 at 04:16:09PM -0700, Jarno Rajahalme wrote: >> Output set field actions as standard OF1.0/1.1 set actions whenever possible. >> >> Signed-off-by: Jarno Rajahalme > > I think this is a reasonable idea--I considered something

Re: [ovs-dev] [PATCH 7/9] ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-10-17 Thread Ben Pfaff
On Wed, Oct 16, 2013 at 04:16:09PM -0700, Jarno Rajahalme wrote: > Output set field actions as standard OF1.0/1.1 set actions whenever possible. > > Signed-off-by: Jarno Rajahalme I think this is a reasonable idea--I considered something similar when I initially wrote ofp-actions.c--but I think

[ovs-dev] [PATCH 7/9] ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-10-16 Thread Jarno Rajahalme
Output set field actions as standard OF1.0/1.1 set actions whenever possible. Signed-off-by: Jarno Rajahalme --- lib/ofp-util.c | 160 tests/ovs-ofctl.at |4 +- 2 files changed, 162 insertions(+), 2 deletions(-) diff --git a/lib/ofp-