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:	Sun, 07 Apr 2013 17:00:08 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	sri@...ibm.com
Cc:	shemminger@...tta.com, dlstevens@...ibm.com, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net-next] vxlan: Bypass encapsulation if the
 destination is local

From: Sridhar Samudrala <sri@...ibm.com>
Date: Tue, 02 Apr 2013 15:31:52 -0700

> This patch bypasses vxlan encapsulation if the destination vxlan
> endpoint is a local device.
> 
> Changes since v1: added missing check for vxlan_find_vni() failure
> 
> Signed-off-by: Sridhar Samudrala <sri@...ibm.com>

Applied, but...

> +		if (!dst_vxlan)
> +			goto tx_error;	
                                      ^^


Trailing whitespace.  We have many tools which will warn you about
things like this.

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ