net-netlink: Add a new attribute to expose TCLASS values via netlink
authorMaciej Żenczykowski <maze@google.com>
Mon, 7 Nov 2011 14:23:11 +0000 (14:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Nov 2011 06:08:49 +0000 (01:08 -0500)
commit06236ac3726f15124839cf16a9e2730a852dad9b
tree244d55c591844e58cc357af3b42e6360825f05e1
parent6d74eb9442fb113c97edc88a1c658462db711337
net-netlink: Add a new attribute to expose TCLASS values via netlink

commit 3ceca749668a52bd795585e0f71c6f0b04814f7b added a TOS attribute.

Unfortunately TOS and TCLASS are both present in a dual-stack v6 socket,
furthermore they can have different values.  As such one cannot in a
sane way expose both through a single attribute.

Signed-off-by: Maciej Żenczyowski <maze@google.com>
CC: Murali Raja <muralira@google.com>
CC: Stephen Hemminger <shemminger@vyatta.com>
CC: Eric Dumazet <eric.dumazet@gmail.com>
CC: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/inet_diag.h
net/ipv4/inet_diag.c