summaryrefslogtreecommitdiff
path: root/pimd
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-10-30 08:55:49 +0200
committerGitHub <noreply@github.com>2023-10-30 08:55:49 +0200
commit73914a3e730f5d8464d72a7228a060183ced8209 (patch)
treec8478cfaada4f791a7fe0a0be43146e7eb45e2d8 /pimd
parentf969bc0459a0aa530a5a8e2eddd6faf8249d8f21 (diff)
parent28eaac01315d41a3bb7a903b9c4d74da412e4317 (diff)
Merge pull request #13576 from chiragshah6/mdev1
zebra:returns empty dict when evpn is disabled II
Diffstat (limited to 'pimd')
-rw-r--r--pimd/pim_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 2e90cf9053..628a445945 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -78,7 +78,7 @@ static struct vrf *pim_cmd_lookup_vrf(struct vty *vty, struct cmd_token *argv[],
if (!vrf) {
if (uj)
- vty_json_empty(vty);
+ vty_json_empty(vty, NULL);
else
vty_out(vty, "Specified VRF: %s does not exist\n",
argv[*idx]->arg);