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, 01 Nov 2017 12:36:22 +0900 (KST)
From:   David Miller <davem@...emloft.net>
To:     dsahern@...il.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: sit: Update lookup to handle links set
 to L3 slave

From: David Ahern <dsahern@...il.com>
Date: Mon, 30 Oct 2017 10:07:17 -0700

> Using SIT tunnels with VRFs works fine if the underlay device is in a
> VRF and the link parameter is set to the VRF device. e.g.,
> 
>     ip tunnel add jtun mode sit remote <addr> local <addr> dev myvrf
> 
> Update the device check to allow the link to be the enslaved device as
> well. e.g.,
> 
>     ip tunnel add jtun mode sit remote <addr> local <addr> dev eth4
> 
> where eth4 is enslaved to myvrf.
> 
> Reported-by: Jeff Barnhill <0xeffeff@...il.com>
> Signed-off-by: David Ahern <dsahern@...il.com>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ