summaryrefslogtreecommitdiff
path: root/pimd/pim_mlag.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_mlag.c')
-rw-r--r--pimd/pim_mlag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_mlag.c b/pimd/pim_mlag.c
index 304e6ac6bc..47735475f3 100644
--- a/pimd/pim_mlag.c
+++ b/pimd/pim_mlag.c
@@ -767,7 +767,7 @@ static void pim_mlag_process_mroute_del(struct mlag_mroute_del msg)
int pim_zebra_mlag_handle_msg(struct stream *s, int len)
{
struct mlag_msg mlag_msg;
- char buf[ZLOG_FILTER_LENGTH_MAX];
+ char buf[80];
int rc = 0;
size_t length;