mbox series

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

Message ID 20241230085810.87766-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. 30, 2024, 8:58 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'").

v2:
* Remove new line from invarg() invocations.

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

patchwork-bot+netdevbpf@kernel.org Jan. 1, 2025, 1:30 a.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Mon, 30 Dec 2024 10:58:07 +0200 you 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'").
> 
> v2:
> * Remove new line from invarg() invocations.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,v2,1/3] Sync uAPI headers
    (no matching commit)
  - [iproute2-next,v2,2/3] ip: route: Add IPv6 flow label support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=35ae138e2c94
  - [iproute2-next,v2,3/3] iprule: Add flow label support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=0bd19d4645ce

You are awesome, thank you!