Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib,zebra: use nhg_hash_entry pointer in route_entry | Mark Stapp | 2019-12-04 | 1 | -2/+0 |
| | | | | | | | | | Replace the existing list of nexthops (via a nexthop_group struct) in the route_entry with a direct pointer to zebra's new shared group (from zebra_nhg.h). This allows more direct access to that shared group and the info it carries. Signed-off-by: Mark Stapp <mjs@voltanet.io> | ||||
* | lib: Private api for nexthop_group manipulation | Stephen Worley | 2019-06-26 | 1 | -0/+45 |
Add a file that exposes functions which modify nexthop groups. Nexthop groups are techincally immutable but there are a few special cases where we need direct access to add/remove nexthops after the group has been made. This file provides a way to expose those functions in a way that makes it clear this is a private/hidden api. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com> |