index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfclient
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-25
zebra: Use nexthop/interface vrf, not the routes
Stephen Worley
4
-22
/
+9
2019-10-25
zebra: Accept NULL value for updating route NHE
Stephen Worley
1
-3
/
+7
2019-10-25
zebra: Resolved nh change, inc refcnt by rt refcnt
Stephen Worley
1
-7
/
+6
2019-10-25
zebra: Add cli show NHE by ID and interface groups
Stephen Worley
2
-54
/
+117
2019-10-25
zebra: NHG checkpatch fixes
Stephen Worley
3
-133
/
+23
2019-10-25
zebra: Ignore cleanup for now
Stephen Worley
1
-0
/
+3
2019-10-25
zebra: Remove uneeded is_valid NHE functons
Stephen Worley
2
-21
/
+0
2019-10-25
zebra: Check group before setting NHE invalid
Stephen Worley
1
-1
/
+13
2019-10-25
zebra: Remove route only if NHE is installed check
Stephen Worley
2
-12
/
+20
2019-10-25
zebra: Create a new NHE if the mpls labels change
Stephen Worley
1
-12
/
+40
2019-10-25
zebra: Don't error on nexthop object support check
Stephen Worley
1
-9
/
+14
2019-10-25
zebra: Return true if the NHE created, not found
Stephen Worley
1
-23
/
+43
2019-10-25
zebra: Put NHE ref updating into a function
Stephen Worley
3
-15
/
+26
2019-10-25
zebra: Error if the ifp lookup fails for an NHE
Stephen Worley
3
-1
/
+15
2019-10-25
zebra: Add recursive functionality to NHE's
Stephen Worley
8
-105
/
+328
2019-10-25
zebra: Update snmp code to use nexthop pointer
Stephen Worley
1
-6
/
+6
2019-10-25
zebra: Check for nh group support in dplane ctx
Stephen Worley
1
-2
/
+11
2019-10-25
zebra: Use NHE id on kernel route sends
Stephen Worley
2
-0
/
+10
2019-10-25
zebra: Fix nhg ifindex setting and checking
Stephen Worley
2
-17
/
+10
2019-10-25
zebra: Use a nhe context dataplane and rib metaq
Stephen Worley
10
-394
/
+677
2019-10-25
zebra: Free the nhe dataplane ctx always
Stephen Worley
1
-4
/
+3
2019-10-25
zebra: Del from depends/dependents tree on release
Stephen Worley
1
-10
/
+12
2019-10-25
zebra: Add depends/dependents release functions
Stephen Worley
1
-0
/
+28
2019-10-25
zebra: Add NULL check before nhg_connected insert
Stephen Worley
1
-1
/
+2
2019-10-25
zebra: RB_FIND then RB_REMOVE nhg_connected
Stephen Worley
1
-3
/
+6
2019-10-25
zebra: Check for nexthop group before free on fail
Stephen Worley
1
-1
/
+2
2019-10-25
zebra: Remove uneeded zebra_nhg_cmp() function
Stephen Worley
1
-12
/
+6
2019-10-25
zebra: Update nhg_hash_equal to use nexthop_group_equal
Stephen Worley
1
-36
/
+1
2019-10-25
lib: Add equals function for nexthop groups
Stephen Worley
2
-3
/
+28
2019-10-25
zebra: Remove uneeded freeing helper function
Stephen Worley
3
-33
/
+7
2019-10-25
zebra: Put nhe ifp setting inside alloc
Stephen Worley
2
-7
/
+19
2019-10-25
zebra: VRF ID should be null if a nexthop group
Stephen Worley
2
-2
/
+5
2019-10-25
zebra: Just uninstall NHE when refcnt hits zero
Stephen Worley
1
-1
/
+2
2019-10-25
zebra: Add interface down marking to NHE's
Stephen Worley
2
-0
/
+13
2019-10-25
zebra: Re-organize/expose nhg_connected
Stephen Worley
6
-182
/
+232
2019-10-25
zebra: Abstract the RB nodes/add dependents tree
Stephen Worley
6
-91
/
+146
2019-10-25
zebra,lib: Refactor depends to RB tree
Stephen Worley
9
-229
/
+359
2019-10-25
zebra: Releasing/uninstalling re-work with groups
Stephen Worley
1
-11
/
+18
2019-10-25
zebra: Protocol side nhg_hash_entry afi fix
Stephen Worley
1
-2
/
+9
2019-10-25
zebra: Update rib_add_multipath with increment nhe
Stephen Worley
1
-1
/
+1
2019-10-25
zebra: Recursively decrement refcnt on nhe's
Stephen Worley
1
-0
/
+9
2019-10-25
zebra: Add function to increment nhg refcnt
Stephen Worley
2
-1
/
+19
2019-10-25
zebra: Add equivalence function for nhg_depends
Stephen Worley
3
-131
/
+187
2019-10-25
zebra: Add function to lookup ID in depends list
Stephen Worley
1
-0
/
+26
2019-10-25
zebra: Fix hash key type in zebra_nhg
Stephen Worley
1
-1
/
+1
2019-10-25
zebra: Add function to find/create single nexthop
Stephen Worley
2
-0
/
+26
2019-10-25
zebra: Pass is_kernel_nh to zebra_nhg_find()
Stephen Worley
2
-4
/
+6
2019-10-25
zebra: Move id counter into zebra_nhg_find()
Stephen Worley
1
-19
/
+30
2019-10-25
zebra: Make kernel debug nexthop standardized
Stephen Worley
1
-4
/
+6
2019-10-25
zebra: Always copy nhg and depends on nhe alloc
Stephen Worley
3
-7
/
+7
[next]