diff options
Diffstat (limited to 'lib/nexthop_group.c')
| -rw-r--r-- | lib/nexthop_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nexthop_group.c b/lib/nexthop_group.c index 2012fbdbed..0cfbeb8f40 100644 --- a/lib/nexthop_group.c +++ b/lib/nexthop_group.c @@ -160,7 +160,7 @@ static void nhgc_delete_nexthops(struct nexthop_group_cmd *nhgc) } } -static struct nexthop_group_cmd *nhgc_find(const char *name) +struct nexthop_group_cmd *nhgc_find(const char *name) { struct nexthop_group_cmd find; |
