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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 06 Nov 2019 21:14:59 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     lucien.xin@...il.com
Cc:     netdev@...r.kernel.org, simon.horman@...ronome.com,
        jbenc@...hat.com, tgraf@...g.ch, u9012063@...il.com
Subject: Re: [PATCH net-next 0/5] lwtunnel: add ip and ip6 options setting
 and dumping

From: Xin Long <lucien.xin@...il.com>
Date: Wed,  6 Nov 2019 17:01:02 +0800

> With this patchset, users can configure options by ip route encap
> for geneve, vxlan and ersapn lwtunnel, like:
> 
>   # ip r a 1.1.1.0/24 encap ip id 1 geneve class 0 type 0 \
>     data "1212121234567890" dst 10.1.0.2 dev geneve1
> 
>   # ip r a 1.1.1.0/24 encap ip id 1 vxlan gbp 456 \
>     dst 10.1.0.2 dev erspan1
> 
>   # ip r a 1.1.1.0/24 encap ip id 1 erspan ver 1 idx 123 \
>     dst 10.1.0.2 dev erspan1
> 
> iproute side patch is attached on the reply of this mail.
> 
> Thank Simon for good advice.

Series applied, looks good.

Can you comment about how this code is using the deprecated nla
parsers for new options?

Thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ