socket-util: Remove DSCP_INVALID.
authorEthan Jackson <ethan@nicira.com>
Mon, 16 Apr 2012 20:56:58 +0000 (13:56 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 17 Apr 2012 20:15:17 +0000 (13:15 -0700)
commitef8a3d14976080fc5e29ce04bea8bd88f8b631f2
treebaa32106a62e72001fef3041eb11922de66d26a1
parent317f6420764f9024deead76fc98477327a8a180e
socket-util: Remove DSCP_INVALID.

The DSCP_INVALID flag allowed callers to prevent socket-util from
modify the DSCP bits of newly created sockets.  However, the two
really important callers (implementations of the controller and
manager tables) never used it.  Furthermore, the other callers
would be fine always setting the DSCP bits to zero.  This patch
removes the DSCP_INVALID option in an effort to simplify the code.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/socket-util.c
lib/socket-util.h
lib/stream-provider.h
lib/unixctl.c
lib/vconn-provider.h
ofproto/collectors.c
ofproto/connmgr.c
tests/test-netflow.c