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
*
zebra: Fix rib_update_table
Donald Sharp
2017-09-11
1
-21
/
+23
*
zebra: Small performance improvement for garbage collection
Donald Sharp
2017-09-11
1
-3
/
+5
*
zebra: allow multiple connected routes for the same prefix
Renato Westphal
2017-09-07
1
-3
/
+4
*
zebra: Allow zebra to delete self originated routes
Donald Sharp
2017-09-06
1
-17
/
+47
*
zebra: add an exception for link-local connected routes
Renato Westphal
2017-09-01
1
-1
/
+6
*
zebra: fix detection of duplicate system routes
Renato Westphal
2017-09-01
1
-5
/
+4
*
zebra: remove refcnt from the route_entry structure
Renato Westphal
2017-09-01
1
-11
/
+3
*
Merge pull request #1079 from qlyoung/fix-style-a
Renato Westphal
2017-08-31
1
-3
/
+3
|
\
|
*
*: fix style
Quentin Young
2017-08-30
1
-3
/
+3
*
|
Merge pull request #1044 from donaldsharp/combination
Jafar Al-Gharaibeh
2017-08-31
1
-13
/
+17
|
\
\
|
|
/
|
/
|
|
*
zebra: Coverity Code Cleanup
Donald Sharp
2017-08-25
1
-13
/
+17
*
|
zebra: cleanup blackhole support
David Lamparter
2017-08-28
1
-35
/
+35
*
|
zebra: rib: use nexthop ptr in rib_add/delete
David Lamparter
2017-08-28
1
-47
/
+28
|
/
*
lib: optimize IPV4_ADDR_[SAME|COPY]()
Jorge Boncompte
2017-08-17
1
-1
/
+1
*
lib: cleanup the work queue implementation
Jorge Boncompte
2017-08-17
1
-1
/
+1
*
zebra: Pay attention to metric from kernel
Donald Sharp
2017-08-09
1
-1
/
+8
*
zebra: cleanup, use RIB_SYSTEM_ROUTE() define where appropiate
Jorge Boncompte
2017-08-04
1
-4
/
+3
*
zebra: do not treat kernel routes as implicit withdraws
Jorge Boncompte
2017-08-04
1
-3
/
+3
*
zebra: copy MTU from non static routes into nexthop
Jorge Boncompte
2017-08-04
1
-0
/
+2
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-39
/
+38
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-38
/
+39
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-2355
/
+2249
*
zebra: Fix compilation warning
ßingen
2017-07-13
1
-1
/
+1
*
zebra: use copy_nexthops in route_entry_copy_nexthops
Christian Franke
2017-07-12
1
-15
/
+4
*
Rename ALL_NEXTHOPS_RO to ALL_NEXTHOPS
ßingen
2017-07-10
1
-14
/
+14
*
Allow for more than 1 NH recursion level
ßingen
2017-06-28
1
-41
/
+31
*
lib: improve the RB implementation
Rafael Zalamena
2017-06-16
1
-1
/
+1
*
Merge pull request #687 (nexthop refactoring)
David Lamparter
2017-06-13
1
-163
/
+116
|
\
|
*
zebra: Clean up indentation level in nexthop_active
Donald Sharp
2017-06-07
1
-52
/
+52
|
*
zebra: Refactor nexthop_active to remove duplicate code
Donald Sharp
2017-06-07
1
-112
/
+65
*
|
Merge remote-tracking branch 'frr/master' into pull-624
David Lamparter
2017-06-13
1
-423
/
+415
|
\
\
|
*
|
zebra: Fix the metaq to be aware of all routing protocols we could see
Donald Sharp
2017-06-07
1
-13
/
+23
|
|
/
|
*
zebra: Refactor 'struct rib' to be 'struct route_entry'
Donald Sharp
2017-06-01
1
-409
/
+391
*
|
zebra: Add babel routes to the proper meta-Q for processing
Donald Sharp
2017-06-07
1
-0
/
+1
|
/
*
zebra: Add code to track kernel interactions
Donald Sharp
2017-05-18
1
-0
/
+4
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
zebra: zebra_mpls_lsp_uninstall was not being called
Daniel Walton
2017-05-12
1
-4
/
+5
*
zebra: labeled unicast handling
Don Slice
2017-04-06
1
-1
/
+46
*
zebra: fpm: convert into module
David Lamparter
2017-03-25
1
-8
/
+9
*
*: Refactor ifindex2ifname to be VRF aware
Donald Sharp
2017-03-15
1
-1
/
+1
*
*: Remove non-vrf based ifindex lookup
Donald Sharp
2017-03-15
1
-4
/
+4
*
lib: hide away logging internals
David Lamparter
2017-03-08
1
-0
/
+1
*
lib: ditch struct zlog * argument on zlog/vzlog()
David Lamparter
2017-03-08
1
-1
/
+1
*
nhrpd: implement next hop resolution protocol
Timo Teräs
2017-03-07
1
-0
/
+2
*
lib: Enhance prefix dump for EVPN prefixes
vivek
2017-02-14
1
-2
/
+2
*
Merge branch 'master' into feature/zebra-srcdest
Christian Franke
2017-01-31
1
-385
/
+78
|
\
|
*
zebra: Do not force NEXTHOP_TYPE to XXX_IFINDEX
Donald Sharp
2017-01-31
1
-10
/
+3
|
*
zebra: Cleanup dead code and unused return value
Donald Sharp
2017-01-30
1
-181
/
+6
|
*
zebra: Consolidate nexthop_active_ipv4 and _ipv6
Donald Sharp
2017-01-30
1
-204
/
+79
*
|
zebra: add srcdest support to rib
Christian Franke
2017-01-30
1
-114
/
+138
[next]