]> git.proxmox.com Git - mirror_frr.git/commit
Zebra: Handle FPM connection up/down events
authorAmeya Dharkar <adharkar@vmware.com>
Thu, 16 May 2019 23:40:19 +0000 (16:40 -0700)
committerAmeya Dharkar <adharkar@vmware.com>
Mon, 17 Jun 2019 19:05:38 +0000 (12:05 -0700)
commitfbe748e59fdff41a0ae8a07c42041bcfecb39f92
treedd1d33150284e13eecfc9ae573c903b785cade74
parent21d814eb0bf5918ed8d34de6e8c1c866e6681f09
Zebra: Handle FPM connection up/down events

- When the connection with the FPM socket is established, iterate through all the
  L3VNIs and send all the RMACs for FPM processing zfpm_conn_up_thread_cb"

- We have already handled connection down even in previous commits. When the FPM
  connection goes down, empty mac_q and FPM mac info hash table
  "zfpm_conn_down_thread_cb"

Signed-off-by: Ameya Dharkar <adharkar@vmware.com>
zebra/zebra_fpm.c