commit | 26a41ae604381c5cc0caf1c3261ca6b298b5fe69 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Jun 17 12:09:58 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 17 15:55:46 2013 -0700 |
tree | 011b32f24b97a5f5d5aa1fb7b97c8583bd90d634 | |
parent | 3bf74b1aecdce719f1445200d5db7dfee2297bba [diff] |
vxlan: only migrate dynamic FDB entries Only migrate dynamic forwarding table entries, don't modify static entries. If packet received from incorrect source IP address assume it is an imposter and drop it. This patch applies only to -net, a different patch would be needed for earlier kernels since the NTF_SELF flag was introduced with 3.10. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>