On Fri, Jun 07, 2013 at 01:51:26AM -0700, Brian Shang wrote: > I want to add a match field to ovs, but I'm not sure whether it should be > modified by "set_field" action. From openflow spec 1.3, it says "set_field" > action can modify any valid OXM header field, but I find some fields are > set false(eg. "ipv6_label"). I want to know how can we determaine it, from > openflow spec or from need of programing?
If you implement the ability to modify the field, then mark it as writable. If you don't, mark it as unwritable. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev