You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: ip: make ip_route_input() return drop reasons
JIRA: https://issues.redhat.com/browse/RHEL-88891
Upstream Status: linux.git
Conflicts:\
- Minor code differences as the tos to dscp conversion wasn't done in
c10s yet.
- Context difference due to missing upstream commit 7e863e5 ("ipv4:
Convert ip_route_input() to dscp_t.") in c10s.
commit 50038bf
Author: Menglong Dong <menglong8.dong@gmail.com>
Date: Thu Nov 7 20:55:59 2024 +0800
net: ip: make ip_route_input() return drop reasons
In this commit, we make ip_route_input() return skb drop reasons that come
from ip_route_input_noref().
Meanwhile, adjust all the call to it.
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Antoine Tenart <atenart@redhat.com>
0 commit comments