Files
linux/drivers
Sridhar Samudrala 2936b6ab45 vxlan: Avoid creating fdb entry with NULL destination
Commit afbd8bae9c
   vxlan: add implicit fdb entry for default destination
creates an implicit fdb entry for default destination. This results
in an invalid fdb entry if default destination is not specified.
For ex:
  ip link add vxlan1 type vxlan id 100
creates the following fdb entry
  00:00:00:00:00:00 dev vxlan1 dst 0.0.0.0 self permanent

This patch fixes this issue by creating an fdb entry only if a
valid default destination is specified.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-09-17 20:19:18 -04:00
..
2013-08-12 15:45:40 -07:00
2013-09-04 11:49:16 +01:00
2013-09-11 15:59:15 -07:00
2013-08-01 15:49:33 -04:00
2013-07-22 09:34:46 +08:00
2013-08-19 17:08:16 -07:00
2013-09-04 11:28:04 -06:00
2013-09-11 19:55:12 -07:00