On Mon, Jan 30, 2017 at 2:09 PM, Dimitris Michailidis <dmich...@google.com> wrote: > ip6_make_flowlabel() determines the flow label for IPv6 packets. It's > supposed to be passed a flow label, which it returns as is if non-0 and > in some other cases, otherwise it calculates a new value. > > The problem is callers often pass a flowi6.flowlabel, which may also > contain traffic class bits.
Do you have an idea which commit added this bug Dimitris ? Thanks !