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:   Wed, 3 Nov 2021 20:34:12 -0600
From:   David Ahern <dsahern@...il.com>
To:     Taehee Yoo <ap420073@...il.com>, stephen@...workplumber.org,
        netdev@...r.kernel.org
Subject: Re: [PATCH iproute-next v3] ip: add AMT support

On 10/30/21 8:08 AM, Taehee Yoo wrote:
> Add basic support for Automatic Multicast Tunneling (AMT) network devices.
> 
> Signed-off-by: Taehee Yoo <ap420073@...il.com>
> ---
> v1 -> v2:
>  - Remove unnecessary check
>  - Use strcmp() instead of matches().
> v2 -> v3:
>  - Remove unnecessary check
> 
>  ip/Makefile           |   3 +-
>  ip/ip.c               |   4 +-
>  ip/iplink.c           |   2 +-
>  ip/iplink_amt.c       | 200 ++++++++++++++++++++++++++++++++++++++++++
>  man/man8/ip-link.8.in |  46 ++++++++++
>  5 files changed, 251 insertions(+), 4 deletions(-)
>  create mode 100644 ip/iplink_amt.c
> 

applied to iproute2-next.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ