Re: [ovs-dev] [PATCH] ipv6: Add support for setting ipv6 flow label.

2015-01-13 Thread Pritesh Kothari (pritkoth)
> On Jan 13, 2015, at 2:14 PM, Ben Pfaff wrote: > > On Mon, Jan 12, 2015 at 05:46:49PM -0800, Pritesh Kothari wrote: >> IPv6 Flow Label is currently read only. This patch adds support >> to allow actions like actions=set_field:0x12345->ipv6_label. >> >> Signed-off-by: Pritesh Kothari > > Than

Re: [ovs-dev] [PATCH] ipv6: Add support for setting ipv6 flow label.

2015-01-13 Thread Ben Pfaff
On Mon, Jan 12, 2015 at 05:46:49PM -0800, Pritesh Kothari wrote: > IPv6 Flow Label is currently read only. This patch adds support > to allow actions like actions=set_field:0x12345->ipv6_label. > > Signed-off-by: Pritesh Kothari Thanks, applied. I didn't realize before that this was modifiable

[ovs-dev] [PATCH] ipv6: Add support for setting ipv6 flow label.

2015-01-12 Thread Pritesh Kothari
IPv6 Flow Label is currently read only. This patch adds support to allow actions like actions=set_field:0x12345->ipv6_label. Signed-off-by: Pritesh Kothari --- lib/meta-flow.c | 2 +- lib/meta-flow.h | 2 +- tests/ofproto.at | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --gi