summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp2019-12-041-151/+60
|\
| * lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-165/+40
| * zebra: clean up rib and nhg headersMark Stapp2019-11-211-1/+35
* | *: generously apply constDavid Lamparter2019-12-021-1/+1
|/
* zebra: Don't clear nexthop fib flag on rib_installStephen Worley2019-11-121-8/+0
* zebra: separate zebra_vrf_lookup_table_with_id()Stephen Worley2019-11-011-6/+7
* lib,pbrd,zebra: Use one api to delete nexthops/groupStephen Worley2019-10-251-3/+3
* zebra: Zebra nexthop group re-work checkpatch fixesStephen Worley2019-10-251-14/+17
* zebra: Optimize the fib/notified nexthop matchingStephen Worley2019-10-251-79/+33
* lib,zebra: Move nexthop dup marking into creationStephen Worley2019-10-251-15/+1
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-3/+6
* zebra: Sweep our nexthop objects out on restartStephen Worley2019-10-251-0/+1
* zebra: TODO for handling upper level nhe_id passingStephen Worley2019-10-251-1/+7
* zebra: Move resolve/add depend install into apiStephen Worley2019-10-251-4/+1
* zebra: Install the nhe along with the routeStephen Worley2019-10-251-0/+8
* zebra: Use nexthop/interface vrf, not the routesStephen Worley2019-10-251-1/+1
* zebra: Remove route only if NHE is installed checkStephen Worley2019-10-251-10/+0
* zebra: Put NHE ref updating into a functionStephen Worley2019-10-251-4/+1
* zebra: Add recursive functionality to NHE'sStephen Worley2019-10-251-0/+44
* zebra: Use a nhe context dataplane and rib metaqStephen Worley2019-10-251-113/+150
* zebra: Check for nexthop group before free on failStephen Worley2019-10-251-1/+2
* zebra: VRF ID should be null if a nexthop groupStephen Worley2019-10-251-1/+4
* zebra: Re-organize/expose nhg_connectedStephen Worley2019-10-251-3/+3
* zebra: Abstract the RB nodes/add dependents treeStephen Worley2019-10-251-4/+4
* zebra,lib: Refactor depends to RB treeStephen Worley2019-10-251-9/+11
* zebra: Protocol side nhg_hash_entry afi fixStephen Worley2019-10-251-2/+9
* zebra: Update rib_add_multipath with increment nheStephen Worley2019-10-251-1/+1
* zebra: Add equivalence function for nhg_dependsStephen Worley2019-10-251-3/+22
* zebra: Always copy nhg and depends on nhe allocStephen Worley2019-10-251-0/+1
* zebra: Refactor nexthop group creation code to use allocated memoryStephen Worley2019-10-251-17/+4
* zebra: Read in nexthop dependencies from the kernelStephen Worley2019-10-251-1/+1
* Revert "zebra: Remove afi field in nexthop hash entry"Stephen Worley2019-10-251-1/+1
* zebra: Add ifp to zebra-side rib_addStephen Worley2019-10-251-0/+1
* zebra: Make route entry nexthop groups point to our hash entryStephen Worley2019-10-251-10/+30
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-2/+2
* zebra: Add calls to the nexthop context process result functionStephen Worley2019-10-251-0/+6
* zebra: Route entries use nexthop entry ID's instead of pointersStephen Worley2019-10-251-4/+10
* zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messagesStephen Worley2019-10-251-2/+4
* zebra: Remove afi field in nexthop hash entryStephen Worley2019-10-251-3/+2
* zebra: Remove nexthop_active_num from route entryDonald Sharp2019-10-251-1/+2
* zebra: Remove re->nexthop_num from reDonald Sharp2019-10-251-6/+1
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-25/+29
* zebra: Add code to create/remove nexthop groupsDonald Sharp2019-10-251-0/+5
* zebra: Handle rib updates as a thread eventStephen Worley2019-10-181-24/+171
* Merge pull request #5079 from mjstapp/fix_dplane_drop_at_shutDonald Sharp2019-10-031-0/+16
|\
| * zebra: during shutdown processing, drop dplane resultsMark Stapp2019-09-271-0/+16
* | zebra: if_is_loopback_or_vrf crash if if_lookup_by_index return NULLdturlupov2019-09-261-4/+8
|/
* Merge pull request #4972 from mjstapp/fix_notif_installedDonald Sharp2019-09-241-1/+6
|\
| * zebra: check all dplane nexthops when processingMark Stapp2019-09-171-1/+6
* | Merge pull request #4731 from mjstapp/fix_redist_updateDonald Sharp2019-09-191-4/+13
|\ \