mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
Merge pull request #6602 from donaldsharp/allow_installation
zebra: When installing a nexthop-group success is vital
This commit is contained in:
commit
6df72c7f17
@ -2077,7 +2077,7 @@ ssize_t netlink_nexthop_msg_encode(uint16_t cmd,
|
|||||||
* other ids.
|
* other ids.
|
||||||
*/
|
*/
|
||||||
if (dplane_ctx_get_nhe_nh_grp_count(ctx)) {
|
if (dplane_ctx_get_nhe_nh_grp_count(ctx)) {
|
||||||
if (_netlink_nexthop_build_group(
|
if (!_netlink_nexthop_build_group(
|
||||||
&req->n, buflen, id,
|
&req->n, buflen, id,
|
||||||
dplane_ctx_get_nhe_nh_grp(ctx),
|
dplane_ctx_get_nhe_nh_grp(ctx),
|
||||||
dplane_ctx_get_nhe_nh_grp_count(ctx)))
|
dplane_ctx_get_nhe_nh_grp_count(ctx)))
|
||||||
|
Loading…
Reference in New Issue
Block a user