mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
vxlan: send notification when MAC migrates
When learned entry migrates to another IP send a notification that entry has changed. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7c47cedf43
commit
8385f50a03
@ -629,6 +629,7 @@ static bool vxlan_snoop(struct net_device *dev,
|
||||
|
||||
f->remote.remote_ip = src_ip;
|
||||
f->updated = jiffies;
|
||||
vxlan_fdb_notify(vxlan, f, RTM_NEWNEIGH);
|
||||
} else {
|
||||
/* learned new entry */
|
||||
spin_lock(&vxlan->hash_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user