Re: [net-next v4] seg6: using DSCP of inner IPv4 packets

2020-08-25 Thread Ahmed Abdelsalam
On 25/08/2020 03:11, David Miller wrote: From: Ahmed Abdelsalam Date: Mon, 24 Aug 2020 08:51:24 + This patch allows copying the DSCP from inner IPv4 header to the outer IPv6 header, when doing SRv6 Encapsulation. This allows forwarding packet across the SRv6 fabric based on their origi

Re: [net-next v4] seg6: using DSCP of inner IPv4 packets

2020-08-24 Thread David Miller
From: Ahmed Abdelsalam Date: Mon, 24 Aug 2020 08:51:24 + > This patch allows copying the DSCP from inner IPv4 header to the > outer IPv6 header, when doing SRv6 Encapsulation. > > This allows forwarding packet across the SRv6 fabric based on their > original traffic class. > > Signed-off-by

[net-next v4] seg6: using DSCP of inner IPv4 packets

2020-08-24 Thread Ahmed Abdelsalam
This patch allows copying the DSCP from inner IPv4 header to the outer IPv6 header, when doing SRv6 Encapsulation. This allows forwarding packet across the SRv6 fabric based on their original traffic class. Signed-off-by: Ahmed Abdelsalam --- net/ipv6/seg6_iptunnel.c | 36 +++---