On Friday 24 June 2016 09:52 AM, Ben Pfaff wrote:
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
The documentation says:
Value should be in the range of 0 to 64.
in a couple of places.
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
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,
ovn-northd sets 'ip.dscp' to the DSCP value
Signed-off-by: Babu Shanmugam
---
ovn/controller/lflow.c | 2 +-
ovn/northd/ovn-northd.c | 4
ovn/ovn-nb.xml | 5 +
ovn/ovn-sb.xml | 5 +
4 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ovn/controller/lflo