diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-09-24 16:13:04 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-27 12:38:08 -0400 |
| commit | 6cd9a93dddba199e68c73baca62337b704f32e14 (patch) | |
| tree | 89dc6de58cc36c2d364c5fd08d89aa75e0d8267b /lib/zclient.h | |
| parent | 93f533c3085f75ae1bf6b6b1604cfa211399c364 (diff) | |
zebra: Attempt to clarify variable names as they are used
Cleanup the poorly implemented variable names so that we can
understand what is going on a bit better.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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 a6d104301e..c35753ca80 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -1103,7 +1103,7 @@ extern enum zclient_send_status zclient_route_send(uint8_t, struct zclient *, struct zapi_route *); extern enum zclient_send_status zclient_send_rnh(struct zclient *zclient, int command, const struct prefix *p, - bool exact_match, bool resolve_via_default, vrf_id_t vrf_id); + bool connected, bool resolve_via_default, vrf_id_t vrf_id); int zapi_nexthop_encode(struct stream *s, const struct zapi_nexthop *api_nh, uint32_t api_flags, uint32_t api_message); extern int zapi_route_encode(uint8_t, struct stream *, struct zapi_route *); |
