diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-10 16:13:57 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-22 17:50:08 +0300 |
| commit | a988a0a88a09ad5b88eac299bb10b7b8aa64db6a (patch) | |
| tree | dbf396c110b177fcc192f13fed247fd473ef4001 /lib/zclient.h | |
| parent | e53bd693263792f45554b8b20a9264d6c518ad86 (diff) | |
*: Use uint64_t for weight down the path to Zebra
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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; |
