summaryrefslogtreecommitdiffstats
path: root/ospfclient/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-25zebra: Use nexthop/interface vrf, not the routesStephen Worley4-22/+9
2019-10-25zebra: Accept NULL value for updating route NHEStephen Worley1-3/+7
2019-10-25zebra: Resolved nh change, inc refcnt by rt refcntStephen Worley1-7/+6
2019-10-25zebra: Add cli show NHE by ID and interface groupsStephen Worley2-54/+117
2019-10-25zebra: NHG checkpatch fixesStephen Worley3-133/+23
2019-10-25zebra: Ignore cleanup for nowStephen Worley1-0/+3
2019-10-25zebra: Remove uneeded is_valid NHE functonsStephen Worley2-21/+0
2019-10-25zebra: Check group before setting NHE invalidStephen Worley1-1/+13
2019-10-25zebra: Remove route only if NHE is installed checkStephen Worley2-12/+20
2019-10-25zebra: Create a new NHE if the mpls labels changeStephen Worley1-12/+40
2019-10-25zebra: Don't error on nexthop object support checkStephen Worley1-9/+14
2019-10-25zebra: Return true if the NHE created, not foundStephen Worley1-23/+43
2019-10-25zebra: Put NHE ref updating into a functionStephen Worley3-15/+26
2019-10-25zebra: Error if the ifp lookup fails for an NHEStephen Worley3-1/+15
2019-10-25zebra: Add recursive functionality to NHE'sStephen Worley8-105/+328
2019-10-25zebra: Update snmp code to use nexthop pointerStephen Worley1-6/+6
2019-10-25zebra: Check for nh group support in dplane ctxStephen Worley1-2/+11
2019-10-25zebra: Use NHE id on kernel route sendsStephen Worley2-0/+10
2019-10-25zebra: Fix nhg ifindex setting and checkingStephen Worley2-17/+10
2019-10-25zebra: Use a nhe context dataplane and rib metaqStephen Worley10-394/+677
2019-10-25zebra: Free the nhe dataplane ctx alwaysStephen Worley1-4/+3
2019-10-25zebra: Del from depends/dependents tree on releaseStephen Worley1-10/+12
2019-10-25zebra: Add depends/dependents release functionsStephen Worley1-0/+28
2019-10-25zebra: Add NULL check before nhg_connected insertStephen Worley1-1/+2
2019-10-25zebra: RB_FIND then RB_REMOVE nhg_connectedStephen Worley1-3/+6
2019-10-25zebra: Check for nexthop group before free on failStephen Worley1-1/+2
2019-10-25zebra: Remove uneeded zebra_nhg_cmp() functionStephen Worley1-12/+6
2019-10-25zebra: Update nhg_hash_equal to use nexthop_group_equalStephen Worley1-36/+1
2019-10-25lib: Add equals function for nexthop groupsStephen Worley2-3/+28
2019-10-25zebra: Remove uneeded freeing helper functionStephen Worley3-33/+7
2019-10-25zebra: Put nhe ifp setting inside allocStephen Worley2-7/+19
2019-10-25zebra: VRF ID should be null if a nexthop groupStephen Worley2-2/+5
2019-10-25zebra: Just uninstall NHE when refcnt hits zeroStephen Worley1-1/+2
2019-10-25zebra: Add interface down marking to NHE'sStephen Worley2-0/+13
2019-10-25zebra: Re-organize/expose nhg_connectedStephen Worley6-182/+232
2019-10-25zebra: Abstract the RB nodes/add dependents treeStephen Worley6-91/+146
2019-10-25zebra,lib: Refactor depends to RB treeStephen Worley9-229/+359
2019-10-25zebra: Releasing/uninstalling re-work with groupsStephen Worley1-11/+18
2019-10-25zebra: Protocol side nhg_hash_entry afi fixStephen Worley1-2/+9
2019-10-25zebra: Update rib_add_multipath with increment nheStephen Worley1-1/+1
2019-10-25zebra: Recursively decrement refcnt on nhe'sStephen Worley1-0/+9
2019-10-25zebra: Add function to increment nhg refcntStephen Worley2-1/+19
2019-10-25zebra: Add equivalence function for nhg_dependsStephen Worley3-131/+187
2019-10-25zebra: Add function to lookup ID in depends listStephen Worley1-0/+26
2019-10-25zebra: Fix hash key type in zebra_nhgStephen Worley1-1/+1
2019-10-25zebra: Add function to find/create single nexthopStephen Worley2-0/+26
2019-10-25zebra: Pass is_kernel_nh to zebra_nhg_find()Stephen Worley2-4/+6
2019-10-25zebra: Move id counter into zebra_nhg_find()Stephen Worley1-19/+30
2019-10-25zebra: Make kernel debug nexthop standardizedStephen Worley1-4/+6
2019-10-25zebra: Always copy nhg and depends on nhe allocStephen Worley3-7/+7