> 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
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
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