Bugzilla – Bug 2304
DSCP Set/Get are using 8 bit values instead of 6
Last modified: 2016-02-26 13:46:03 UTC
Created attachment 2287 [details] patch The IPv{4,6}Header DSCP enum is defined as xxxxxx00, i.e., 6 bits and two MBZ bits. Although not wrong per-se, this could create a bit of confusion to the users because in the RFC the 6-bits notation is used. The patch changes the enum values and the Get/Set functions accordingly.
Fixed in changeset 11927:f901e232a153