On Mon, Jun 13, 2016 at 02:00:21PM +0530, bscha...@redhat.com wrote: > ovn-northd sets 'ip.dscp' to the DSCP value > > Signed-off-by: Babu Shanmugam <bscha...@redhat.com>
The documentation says: Value should be in the range of 0 to 64. in a couple of places. I think that 64 is not a valid value so, usually, I would write this as: Value should be in the range of 0 to 63. or: Value should be in the range of 0 to 63 (inclusive). if I wanted to be perfectly clear. Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev