Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 995096a0 authored by Quentin Armitage's avatar Quentin Armitage Committed by David S. Miller
Browse files

Fix returned tc and hoplimit values for route with IPv6 encapsulation



For a route with IPv6 encapsulation, the traffic class and hop limit
values are interchanged when returned to userspace by the kernel.
For example, see below.

># ip route add 192.168.0.1 dev eth0.2 encap ip6 dst 0x50 tc 0x50 hoplimit 100 table 1000
># ip route show table 1000
192.168.0.1  encap ip6 id 0 src :: dst fe83::1 hoplimit 80 tc 100 dev eth0.2  scope link

Signed-off-by: default avatarQuentin Armitage <quentin@armitage.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a69f0e28
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment