mbox series

[iproute2-next,v3,0/2] add support for tunsrc

Message ID 20240829091524.8466-1-justin.iurman@uliege.be (mailing list archive)
Headers show
Series add support for tunsrc | expand

Message

Justin Iurman Aug. 29, 2024, 9:15 a.m. UTC
v3:
- s/print_string/print_color_string/g for INET6 (thanks Stephen!)
v2:
- removed uapi patch (@David please pull from net-next, thanks)

This series provides support for the new ioam6 feature called
"tunsrc".

Justin Iurman (2):
  ip: lwtunnel: tunsrc support
  man8: ip-route: update documentation

 ip/iproute_lwtunnel.c  | 47 +++++++++++++++++++++++++++++++++++-------
 man/man8/ip-route.8.in |  8 +++++++
 2 files changed, 47 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 9, 2024, 3:30 p.m. UTC | #1
Hello:

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

On Thu, 29 Aug 2024 11:15:22 +0200 you wrote:
> v3:
> - s/print_string/print_color_string/g for INET6 (thanks Stephen!)
> v2:
> - removed uapi patch (@David please pull from net-next, thanks)
> 
> This series provides support for the new ioam6 feature called
> "tunsrc".
> 
> [...]

Here is the summary with links:
  - [iproute2-next,v3,1/2] ip: lwtunnel: tunsrc support
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=42ba9a6fb8b2
  - [iproute2-next,v3,2/2] man8: ip-route: update documentation
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9dafac4fdd3d

You are awesome, thank you!