mbox series

[iproute2-next,0/3] Add flow label support to ip-rule and route get

Message ID 20241223082642.48634-1-idosch@nvidia.com (mailing list archive)
Headers show
Series Add flow label support to ip-rule and route get | expand

Message

Ido Schimmel Dec. 23, 2024, 8:26 a.m. UTC
Add IPv6 flow label support to ip-rule and route get requests following
kernel support that was added in kernel commit 6b3099ebca13 ("Merge
branch 'net-fib_rules-add-flow-label-selector-support'").

Ido Schimmel (3):
  Sync uAPI headers
  ip: route: Add IPv6 flow label support
  iprule: Add flow label support

 include/uapi/linux/fib_rules.h |  2 ++
 include/uapi/linux/rtnetlink.h |  1 +
 ip/iproute.c                   | 10 +++++-
 ip/iprule.c                    | 66 +++++++++++++++++++++++++++++++++-
 man/man8/ip-route.8.in         |  8 ++++-
 man/man8/ip-rule.8.in          |  8 ++++-
 6 files changed, 91 insertions(+), 4 deletions(-)

Comments

Guillaume Nault Dec. 23, 2024, 2:59 p.m. UTC | #1
On Mon, Dec 23, 2024 at 10:26:39AM +0200, Ido Schimmel wrote:
> Add IPv6 flow label support to ip-rule and route get requests following
> kernel support that was added in kernel commit 6b3099ebca13 ("Merge
> branch 'net-fib_rules-add-flow-label-selector-support'").

For the serie,
Reviewed-by: Guillaume Nault <gnault@redhat.com>