Files
twx-linux/include/uapi/linux
Ido Schimmel ba4138032a ipv6: Add flow label to route get requests
The default IPv6 multipath hash policy takes the flow label into account
when calculating a multipath hash and previous patches added a flow
label selector to IPv6 FIB rules.

Allow user space to specify a flow label in route get requests by adding
a new netlink attribute and using its value to populate the "flowlabel"
field in the IPv6 flow info structure prior to a route lookup.

Deny the attribute in RTM_{NEW,DEL}ROUTE requests by checking for it in
rtm_to_fib6_config() and returning an error if present.

A subsequent patch will use this capability to test the new flow label
selector in IPv6 FIB rules.

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>
2024-12-19 16:02:22 +01:00
..
2024-11-03 20:33:43 +00:00
2024-11-01 01:19:00 +00:00
2024-09-04 16:51:11 +02:00
2024-09-16 23:50:52 +02:00
2024-09-06 08:31:40 -06:00
2024-11-25 13:40:55 -06:00
2024-10-24 13:54:51 +02:00
2024-12-16 12:47:30 +00:00
2024-10-09 19:55:40 -07:00
2024-11-05 10:24:16 +00:00
2024-11-06 12:59:44 -05:00