ipv6: Add support for setting ipv6 flow label.
authorPritesh Kothari <pritesh.kothari@cisco.com>
Tue, 13 Jan 2015 01:46:49 +0000 (17:46 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2015 22:13:27 +0000 (14:13 -0800)
commit88cc95c1c66078dd81d18a32a90c45736d6e52f5
tree0d24e04826922984dedbcf6cb54f6b74a4af12e0
parentb13bfc3c11d7c20d6a7cc85104e015adc7f78892
ipv6: Add support for setting ipv6 flow label.

IPv6 Flow Label is currently read only. This patch adds support
to allow actions like actions=set_field:0x12345->ipv6_label.

The change to mf_set_flow_value() is a bug fix, but the bug was
not visible before the flow label was modifiable.

Signed-off-by: Pritesh Kothari <pritesh.kothari@cisco.com>
[blp@nicira.com added an item to NEWS]
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
lib/meta-flow.c
lib/meta-flow.h
tests/ofproto.at