Files
Denys Fedoryshchenko ff59c85018 ipoe: Fix flowi4_tos build error on Fedora 6.18
Part of a long-term kernel networking cleanup is the kernel is moving to a strict type called dscp_t.
1)Macros like flowi4_tos are being removed to break compilation of old drivers (like accel-ppp) that treat the field as a raw byte.
2)This forces developers to use the new accessor functions (like ip4_dst_hoplimit or inet_dscp_to_dsfield) ensuring ECN bits are preserved.
We need to maintain compatibility with older kernel as well.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
2025-11-23 17:09:37 +02:00
..
2014-11-22 08:56:40 +03:00