From: Thomas Graf Date: Thu, 15 Jan 2015 02:53:56 +0000 (+0100) Subject: vxlan: Only bind to sockets with compatible flags enabled X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~213^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5132d1a03fe1ebbefb2382b36e829dff056283;p=pandora-kernel.git vxlan: Only bind to sockets with compatible flags enabled A VXLAN net_device looking for an appropriate socket may only consider a socket which has a matching set of flags/extensions enabled. If incompatible flags are enabled, return a conflict to have the caller create a distinct socket with distinct port. The OVS VXLAN port is kept unaware of extensions at this point. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed