diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-07-15 15:40:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-15 15:40:12 -0500 |
| commit | 5f7faeb041c75c01641c6d8bb29617a014b6a8ac (patch) | |
| tree | 869c4c26eb046741140a88e84cdab14757b5f2dc /zebra/zapi_msg.c | |
| parent | ad79beb1dd082cbc5f7d3e41676e372b4e351f38 (diff) | |
| parent | ecbbc3a750f055d1ea8adc2da2c6225840696b13 (diff) | |
Merge pull request #4635 from AnuradhaKaruppiah/evpn-pim-replay
pimd, zebra: request for replay of VxLAN SG entries on pimd startup
Diffstat (limited to 'zebra/zapi_msg.c')
| -rw-r--r-- | zebra/zapi_msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index 007e554929..98bb2eda60 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -2491,6 +2491,7 @@ void (*zserv_handlers[])(ZAPI_HANDLER_ARGS) = { [ZEBRA_IPTABLE_ADD] = zread_iptable, [ZEBRA_IPTABLE_DELETE] = zread_iptable, [ZEBRA_VXLAN_FLOOD_CONTROL] = zebra_vxlan_flood_control, + [ZEBRA_VXLAN_SG_REPLAY] = zebra_vxlan_sg_replay, }; #if defined(HANDLE_ZAPI_FUZZING) |
