diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-12-04 07:31:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 07:31:14 -0500 |
| commit | 6be9452e50c1e1ec39f85196304df67367ada8ca (patch) | |
| tree | 3067ec40b97a02e16487b0fc41774d453c530ed0 /zebra/rt_netlink.c | |
| parent | dac0f0d2ff44166f38c74089de8317eac461f052 (diff) | |
| parent | 0c34fa2cc6354633dfb64275d1e37c273f3b95d0 (diff) | |
Merge pull request #14885 from pguibert6WIND/misc_nhg_fixes
various nexthop group fixes
Diffstat (limited to 'zebra/rt_netlink.c')
| -rw-r--r-- | zebra/rt_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 477119d1ed..68b89454a5 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -2624,7 +2624,7 @@ static bool _netlink_nexthop_build_group(struct nlmsghdr *n, size_t req_size, if (IS_ZEBRA_DEBUG_KERNEL) { if (i == 0) - snprintf(buf, sizeof(buf1), "group %u", + snprintf(buf, sizeof(buf), "group %u", grp[i].id); else { snprintf(buf1, sizeof(buf1), "/%u", |
