summaryrefslogtreecommitdiff
path: root/lib
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
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')
-rw-r--r--lib/log.c1
-rw-r--r--lib/zclient.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.c b/lib/log.c
index 732b238b1e..48ee0f6adb 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1122,6 +1122,7 @@ static const struct zebra_desc_table command_types[] = {
DESC_ENTRY(ZEBRA_VXLAN_FLOOD_CONTROL),
DESC_ENTRY(ZEBRA_VXLAN_SG_ADD),
DESC_ENTRY(ZEBRA_VXLAN_SG_DEL),
+ DESC_ENTRY(ZEBRA_VXLAN_SG_REPLAY),
};
#undef DESC_ENTRY
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 {