summaryrefslogtreecommitdiff
path: root/lib/nexthop_group.c
AgeCommit message (Expand)Author
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp
2019-12-03lib: support labelled nexthops in nexthop_groupsMark Stapp
2019-10-25lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley
2019-10-25lib: Add common handler for nexthop_group_equal*()Stephen Worley
2019-10-25lib: Add NULL check in nexthop_group_equal*() iterStephen Worley
2019-10-25lib: Fix nexthop_group_equal*() NULL checkStephen Worley
2019-10-25lib: Separate nexthop_group_equal() into recursiveStephen Worley
2019-10-25lib,zebra: Move nexthop dup marking into creationStephen Worley
2019-10-25lib: nexthop_group_equal() assume orderedStephen Worley
2019-10-25lib: Hash on resolved nexthops by defaultStephen Worley
2019-10-25zebra: Add recursive functionality to NHE'sStephen Worley
2019-10-25lib: Add equals function for nexthop groupsStephen Worley
2019-10-25zebra,lib: Refactor depends to RB treeStephen Worley
2019-09-24*: fix missing VRF autocompletionsIgor Ryzhov
2019-08-19lib: Add tail check before nexthop insertionStephen Worley
2019-06-25lib: Private api for nexthop_group manipulationStephen Worley
2019-06-25lib: Add a nexthop_dup() that allocates and copiesStephen Worley
2019-06-25lib: Put single nexthop copy into its own functionStephen Worley
2019-06-25lib: Add a couple functions to nexthop_group.cDonald Sharp
2019-06-05lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'Donald Sharp
2019-04-18lib: Add a counter for number of nexthopsDonald Sharp
2019-04-05lib: Add hash function for nexthop groupsStephen Worley
2019-04-04libs: use const in copy_nexthops apiMark Stapp
2019-04-03lib: reduce exported var symbolsQuentin Young
2019-03-22Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthopsDonald Sharp
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-14lib, pbrd: fix indentation of a few commandsRenato Westphal
2019-02-14lib: add support for interface nexthops on nexthop groupsRenato Westphal
2019-02-14lib: change how nexthop groups store nexthop addressesRenato Westphal
2019-02-14lib: consolidate nexthop-group deletion in a single placeRenato Westphal
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-04-23lib: Fix SA warningDonald Sharp
2018-04-17lib: Handle if up/down and vrf enable/disable eventsDonald Sharp
2018-04-17lib: Store nexthop information independentlyDonald Sharp
2018-04-17lib: Clean up delete of a nexthop from a nexthop groupDonald Sharp
2018-04-17lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp
2018-04-06lib: dont break display of nexthop-groups themselvesQuentin Young
2018-04-06lib, pbrd: rm extra space when displaying nexthopQuentin Young
2018-03-14lib: Add the ability for other people to call a nexthop write lineDonald Sharp
2018-03-14lib: Expose nhgc_find commandDonald Sharp
2018-03-14lib: Add nexthop-group cliDonald Sharp
2018-03-09lib, vtysh: Start cli for nexthop-groupDonald Sharp
2018-03-09lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp