summaryrefslogtreecommitdiffstats
path: root/pimd
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-10-30 07:55:49 +0100
committerGitHub <noreply@github.com>2023-10-30 07:55:49 +0100
commit73914a3e730f5d8464d72a7228a060183ced8209 (patch)
treec8478cfaada4f791a7fe0a0be43146e7eb45e2d8 /pimd
parentMerge pull request #14681 from chiragshah6/pbr_dev (diff)
parentzebra:returns empty dict when evpn is disabled II (diff)
downloadfrr-73914a3e730f5d8464d72a7228a060183ced8209.tar.xz
frr-73914a3e730f5d8464d72a7228a060183ced8209.zip
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 2e90cf905..628a44594 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);