index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_rib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5416 from mjstapp/re_nhe_pointer
Donald Sharp
2019-12-04
1
-151
/
+60
|
\
|
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-165
/
+40
|
*
zebra: clean up rib and nhg headers
Mark Stapp
2019-11-21
1
-1
/
+35
*
|
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
|
/
*
zebra: Don't clear nexthop fib flag on rib_install
Stephen Worley
2019-11-12
1
-8
/
+0
*
zebra: separate zebra_vrf_lookup_table_with_id()
Stephen Worley
2019-11-01
1
-6
/
+7
*
lib,pbrd,zebra: Use one api to delete nexthops/group
Stephen Worley
2019-10-25
1
-3
/
+3
*
zebra: Zebra nexthop group re-work checkpatch fixes
Stephen Worley
2019-10-25
1
-14
/
+17
*
zebra: Optimize the fib/notified nexthop matching
Stephen Worley
2019-10-25
1
-79
/
+33
*
lib,zebra: Move nexthop dup marking into creation
Stephen Worley
2019-10-25
1
-15
/
+1
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-3
/
+6
*
zebra: Sweep our nexthop objects out on restart
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: TODO for handling upper level nhe_id passing
Stephen Worley
2019-10-25
1
-1
/
+7
*
zebra: Move resolve/add depend install into api
Stephen Worley
2019-10-25
1
-4
/
+1
*
zebra: Install the nhe along with the route
Stephen Worley
2019-10-25
1
-0
/
+8
*
zebra: Use nexthop/interface vrf, not the routes
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Remove route only if NHE is installed check
Stephen Worley
2019-10-25
1
-10
/
+0
*
zebra: Put NHE ref updating into a function
Stephen Worley
2019-10-25
1
-4
/
+1
*
zebra: Add recursive functionality to NHE's
Stephen Worley
2019-10-25
1
-0
/
+44
*
zebra: Use a nhe context dataplane and rib metaq
Stephen Worley
2019-10-25
1
-113
/
+150
*
zebra: Check for nexthop group before free on fail
Stephen Worley
2019-10-25
1
-1
/
+2
*
zebra: VRF ID should be null if a nexthop group
Stephen Worley
2019-10-25
1
-1
/
+4
*
zebra: Re-organize/expose nhg_connected
Stephen Worley
2019-10-25
1
-3
/
+3
*
zebra: Abstract the RB nodes/add dependents tree
Stephen Worley
2019-10-25
1
-4
/
+4
*
zebra,lib: Refactor depends to RB tree
Stephen Worley
2019-10-25
1
-9
/
+11
*
zebra: Protocol side nhg_hash_entry afi fix
Stephen Worley
2019-10-25
1
-2
/
+9
*
zebra: Update rib_add_multipath with increment nhe
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Add equivalence function for nhg_depends
Stephen Worley
2019-10-25
1
-3
/
+22
*
zebra: Always copy nhg and depends on nhe alloc
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Refactor nexthop group creation code to use allocated memory
Stephen Worley
2019-10-25
1
-17
/
+4
*
zebra: Read in nexthop dependencies from the kernel
Stephen Worley
2019-10-25
1
-1
/
+1
*
Revert "zebra: Remove afi field in nexthop hash entry"
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Add ifp to zebra-side rib_add
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Make route entry nexthop groups point to our hash entry
Stephen Worley
2019-10-25
1
-10
/
+30
*
zebra: Update rib_add to take a nexthop ID
Stephen Worley
2019-10-25
1
-2
/
+2
*
zebra: Add calls to the nexthop context process result function
Stephen Worley
2019-10-25
1
-0
/
+6
*
zebra: Route entries use nexthop entry ID's instead of pointers
Stephen Worley
2019-10-25
1
-4
/
+10
*
zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messages
Stephen Worley
2019-10-25
1
-2
/
+4
*
zebra: Remove afi field in nexthop hash entry
Stephen Worley
2019-10-25
1
-3
/
+2
*
zebra: Remove nexthop_active_num from route entry
Donald Sharp
2019-10-25
1
-1
/
+2
*
zebra: Remove re->nexthop_num from re
Donald Sharp
2019-10-25
1
-6
/
+1
*
zebra: Replace nexthop_group with pointer in route entry
Donald Sharp
2019-10-25
1
-25
/
+29
*
zebra: Add code to create/remove nexthop groups
Donald Sharp
2019-10-25
1
-0
/
+5
*
zebra: Handle rib updates as a thread event
Stephen Worley
2019-10-18
1
-24
/
+171
*
Merge pull request #5079 from mjstapp/fix_dplane_drop_at_shut
Donald Sharp
2019-10-03
1
-0
/
+16
|
\
|
*
zebra: during shutdown processing, drop dplane results
Mark Stapp
2019-09-27
1
-0
/
+16
*
|
zebra: if_is_loopback_or_vrf crash if if_lookup_by_index return NULL
dturlupov
2019-09-26
1
-4
/
+8
|
/
*
Merge pull request #4972 from mjstapp/fix_notif_installed
Donald Sharp
2019-09-24
1
-1
/
+6
|
\
|
*
zebra: check all dplane nexthops when processing
Mark Stapp
2019-09-17
1
-1
/
+6
*
|
Merge pull request #4731 from mjstapp/fix_redist_update
Donald Sharp
2019-09-19
1
-4
/
+13
|
\
\
[next]