]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: fib_rules: Enable flow label selector usage
authorIdo Schimmel <idosch@nvidia.com>
Mon, 16 Dec 2024 17:11:56 +0000 (19:11 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 19 Dec 2024 15:02:22 +0000 (16:02 +0100)
commit4c25f3f0519486382644c76ee11b127026095c61
tree7880a166089185e6eeba1d558e6927c4ed66a99e
parent9aa77531a1314dd46d3694eac5dc469a6690fca7
net: fib_rules: Enable flow label selector usage

Now that both IPv4 and IPv6 correctly handle the new flow label
attributes, enable user space to configure FIB rules that make use of
the flow label by changing the policy to stop rejecting them and
accepting 32 bit values in big-endian byte order.

Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/core/fib_rules.c