diff options
author | Matthias May <matthias.may@westermo.com> | 2022-07-11 11:17:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-13 12:10:22 +0100 |
commit | 41337f52b967b09a7a2cb34ecfce6dd71e5ab4f6 (patch) | |
tree | 40a1ae5edddfb92292399f8cb3d0a635dc36ac16 /tools/perf/scripts/python | |
parent | 7ae29fd1be431763041f52b8bca017b76cb7b06d (diff) |
ip6_gre: set DSCP for non-IP
The current code always forces a dscp of 0 for all non-IP frames.
However when setting a specific TOS with the command
ip link add name tep0 type ip6gretap local fdd1:ced0:5d88:3fce::1
remote fdd1:ced0:5d88:3fce::2 tos 0xa0
one would expect all GRE encapsulated frames to have a TOS of 0xA0.
and not only when the payload is IPv4/IPv6.
Signed-off-by: Matthias May <matthias.may@westermo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions