Allow configuring DSCP on controller and manager connections.
authorMehak Mahajan <mmahajan@nicira.com>
Sat, 10 Mar 2012 23:58:10 +0000 (15:58 -0800)
committerMehak Mahajan <mmahajan@nicira.com>
Sat, 24 Mar 2012 01:13:08 +0000 (18:13 -0700)
commitf125905cdd3dc0339ad968c0a70128807884b400
treeab389d41b625f2d9e5c820bdac80ec2df825ff8a
parent11460e2316b88f0bd0ea0005d94338d800ea16bd
Allow configuring DSCP on controller and manager connections.

The changes allow the user to specify a separate dscp value for the
controller connection and the manager connection. The value will take
effect on resetting the connections. If no value is specified a default
value of 192 is chosen for each of the connections.

Feature #10074
Requested-by: Rajiv Ramanathan <rramanathan@nicira.com>
Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
37 files changed:
NEWS
include/sparse/netinet/in.h
lib/jsonrpc.c
lib/jsonrpc.h
lib/netdev-linux.c
lib/rconn.c
lib/rconn.h
lib/reconnect.c
lib/reconnect.h
lib/socket-util.c
lib/socket-util.h
lib/stream-provider.h
lib/stream-ssl.c
lib/stream-tcp.c
lib/stream-unix.c
lib/stream.c
lib/stream.h
lib/unixctl.c
lib/vconn-provider.h
lib/vconn-stream.c
lib/vconn.c
lib/vconn.h
ofproto/collectors.c
ofproto/connmgr.c
ofproto/ofproto.h
ovsdb/jsonrpc-server.c
ovsdb/jsonrpc-server.h
ovsdb/ovsdb-client.c
ovsdb/ovsdb-server.c
tests/test-jsonrpc.c
tests/test-netflow.c
tests/test-ovsdb.c
tests/test-vconn.c
utilities/ovs-controller.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml