diff options
| author | Russ White <russ@riw.us> | 2024-04-26 14:41:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 14:41:05 -0400 |
| commit | f19817f71daeb3b566ac55e5605c683dfcd70369 (patch) | |
| tree | c530c5282562c3a65a3e8a4a4b9ff0e5f7474382 /lib/zclient.h | |
| parent | 6a7fadaecc5367dcf05694da5dcfc226d5cfec09 (diff) | |
| parent | 634d1375faa62c6593cc9292d32804666333a1f6 (diff) | |
Merge pull request #15723 from opensourcerouting/feature/extended_link_bw_refactored_v1
bgpd: Implement extended link-bandwidth
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 1bf91064e2..3759f94542 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -441,7 +441,7 @@ struct zapi_nexthop { struct ethaddr rmac; - uint32_t weight; + uint64_t weight; /* Backup nexthops, for IP-FRR, TI-LFA, etc */ uint8_t backup_num; |
