summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2019-07-15 15:40:12 -0500
committerGitHub <noreply@github.com>2019-07-15 15:40:12 -0500
commit5f7faeb041c75c01641c6d8bb29617a014b6a8ac (patch)
tree869c4c26eb046741140a88e84cdab14757b5f2dc /lib/zclient.h
parentad79beb1dd082cbc5f7d3e41676e372b4e351f38 (diff)
parentecbbc3a750f055d1ea8adc2da2c6225840696b13 (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 'lib/zclient.h')
-rw-r--r--lib/zclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index be2ef69dc1..81e454d192 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -176,6 +176,7 @@ typedef enum {
ZEBRA_VXLAN_FLOOD_CONTROL,
ZEBRA_VXLAN_SG_ADD,
ZEBRA_VXLAN_SG_DEL,
+ ZEBRA_VXLAN_SG_REPLAY,
} zebra_message_types_t;
struct redist_proto {