ipv6: remove rcv_tclass of ipv6_pinfo
tclass information in now already stored in rcv_flowinfo We do not need to store the same information twice. Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr> Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
37cfee909c
commit
82e9f105a2
@@ -200,7 +200,6 @@ struct ipv6_pinfo {
|
||||
dontfrag:1;
|
||||
__u8 min_hopcount;
|
||||
__u8 tclass;
|
||||
__u8 rcv_tclass;
|
||||
__be32 rcv_flowinfo;
|
||||
|
||||
__u32 dst_cookie;
|
||||
|
Reference in New Issue
Block a user