commit | ac5132d1a03fe1ebbefb2382b36e829dff056283 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Jan 15 03:53:56 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 15 01:11:41 2015 -0500 |
tree | c6485d636e3d8a25a4ead7fd1e6520286816fdfb | |
parent | 3511494ce2f3d3b77544c79b87511a4ddb61dc89 [diff] |
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 <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>