summaryrefslogtreecommitdiff
path: root/pbrd/pbr_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbrd/pbr_vty.c')
-rw-r--r--pbrd/pbr_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c
index 86d088d44c..3ed227dd02 100644
--- a/pbrd/pbr_vty.c
+++ b/pbrd/pbr_vty.c
@@ -627,7 +627,7 @@ pbrms_nexthop_group_write_individual_nexthop(
struct pbr_nexthop_cache lookup;
struct pbr_nexthop_cache *pnhc;
- nexthop_group_write_nexthop_simple(vty, pbrms->nhg->nexthop);
+ nexthop_group_write_nexthop_simple(vty, pbrms->nhg->nexthop, NULL);
memset(&find, 0, sizeof(find));
strlcpy(find.name, pbrms->internal_nhg_name, sizeof(find.name));