lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 3 Oct 2022 08:50:48 -0600
From:   David Ahern <dsahern@...il.com>
To:     Eyal Birger <eyal.birger@...il.com>, netdev@...r.kernel.org
Cc:     stephen@...workplumber.org, steffen.klassert@...unet.com,
        nicolas.dichtel@...nd.com, razor@...ckwall.org
Subject: Re: [PATCH iproute2-next 0/2] ip: xfrm: support "external" mode for
 xfrm interfaces

On 10/3/22 3:12 AM, Eyal Birger wrote:
> This series adds support for configuring XFRM interfaces in "external"
> mode as recently merged.
> 
> Eyal Birger (2):
>   ip: xfrm: support "external" (`collect_md`) mode in xfrm interfaces
>   ip: xfrm: support adding xfrm metadata as lwtunnel info in routes
> 
>  include/uapi/linux/if_link.h  |  1 +
>  include/uapi/linux/lwtunnel.h | 10 +++++
>  ip/iproute.c                  |  5 ++-
>  ip/iproute_lwtunnel.c         | 83 +++++++++++++++++++++++++++++++++++
>  ip/link_xfrm.c                | 18 ++++++++
>  man/man8/ip-link.8.in         |  7 +++
>  man/man8/ip-route.8.in        | 11 +++++
>  7 files changed, 133 insertions(+), 2 deletions(-)
> 

always put all uapi changes in a separate patch. headers are synched via
a script and a separate patch is easier to drop then editing patches.

Removed the use of matches() in patch 1 and applied to iproute2-next.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ