Re: [ovs-dev] [PATCH 04/22] ovsdb: jsonrpc-server: Fix the DSCP value in default options.

2024-01-02 Thread Mike Pattrick
On Wed, Dec 13, 2023 at 8:05 PM Ilya Maximets wrote: > > The DSCP_DEFAULT is not zero and is a value that supposed > to be used for all connections by default. > > Fixes: f125905cdd3d ("Allow configuring DSCP on controller and manager > connections.") > Signed-off-by: Ilya Maximets Acked-by:

[ovs-dev] [PATCH 04/22] ovsdb: jsonrpc-server: Fix the DSCP value in default options.

2023-12-13 Thread Ilya Maximets
The DSCP_DEFAULT is not zero and is a value that supposed to be used for all connections by default. Fixes: f125905cdd3d ("Allow configuring DSCP on controller and manager connections.") Signed-off-by: Ilya Maximets --- ovsdb/jsonrpc-server.c | 1 + 1 file changed, 1 insertion(+) diff --git