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: make rib_dump() compatible with IPv6 RIB
Vincent Bernat
2013-10-22
1
-8
/
+23
*
zebra: apply route-maps for interface routes
Christian Franke
2013-09-19
1
-0
/
+12
*
zebra: fix recursive-routes via ifindex routes
Christian Franke
2013-09-19
1
-16
/
+49
*
zebra: handle blackholes encountered in recursive resolution
Christian Franke
2013-09-19
1
-0
/
+12
*
zebra: rework recursive route resolution
Christian Franke
2013-09-19
1
-88
/
+176
*
zebra: don't overrun afi/safi array boundaries
Leonid Rosenboim
2013-01-14
1
-0
/
+6
*
zebra: add module to communicate routes to FPM
Avneesh Sachdev
2012-11-30
1
-0
/
+32
*
zebra: extern/extract some functions from rt_netlink.c
Avneesh Sachdev
2012-11-30
1
-0
/
+25
*
zebra: add iterator for walking all tables in RIB
Avneesh Sachdev
2012-11-30
1
-0
/
+103
*
zebra: add way to determine VRF/AFI/SAFI of table
Avneesh Sachdev
2012-11-30
1
-4
/
+25
*
zebra: add structure to hold per-prefix state in RIB
Avneesh Sachdev
2012-11-30
1
-73
/
+140
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-1
/
+1
*
zebra: make static routes respect table setting
Nolan Leake
2012-10-25
1
-0
/
+1
*
lib, zebra: extend use of sockunion2ip macro
Jorge Boncompte [DTI2]
2012-05-02
1
-3
/
+3
*
Revert "zebra: clean up client routes when client goes away"
David Lamparter
2012-04-20
1
-56
/
+0
*
Merge quagga mainline into the google ISIS code.
Avneesh Sachdev
2012-04-12
1
-25
/
+76
|
\
|
*
babeld: Initial import, for Babel routing protocol.
Paul Jakma
2012-03-25
1
-12
/
+14
|
*
zebra: IPv6 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
1
-4
/
+4
|
*
zebra: IPv4 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
1
-6
/
+12
|
*
zebra: fix ifindex test condition (BZ#487)
Matthias Ferdinand
2012-01-02
1
-2
/
+6
|
*
zebra: ZEBRA_HELLO and mopping up routes (BZ#448)
Vyacheslav Trushkin
2012-01-02
1
-1
/
+35
|
*
rib: default distance value for new protocols (v2)
David Lamparter
2011-12-13
1
-1
/
+5
*
|
zebra: clean up client routes when client goes away
Josh Bailey
2012-04-08
1
-0
/
+55
*
|
zebra: add more logs/asserts to rib work queue code
Subbaiah Venkata
2012-04-08
1
-4
/
+31
*
|
zebra: read multipath routes and hw addr from netlink
Josh Bailey
2012-04-07
1
-1
/
+1
|
/
*
zebra: cleanup RIB meta queue code
Stephen Hemminger
2009-12-09
1
-37
/
+10
*
zebra: fix more compiler warnings
Stephen Hemminger
2009-12-08
1
-40
/
+4
*
zebra: fix RIB debug message for IPv6
David Ward
2009-12-03
1
-4
/
+4
*
[zebra] Silence noisy process_subq
Chris Caputo
2009-07-21
1
-0
/
+2
*
zebra: Static route does not reach kernel.
Joakim Tjernlund
2009-06-24
1
-2
/
+4
*
[cleanup] Use correct buffer size for inet_ntop()
Stephen Hemminger
2009-06-18
1
-17
/
+17
*
[zebra] remove incorrect debug message
Stephen Hemminger
2009-06-18
1
-2
/
+0
*
[zebra] Cleanup meta-queue code
Stephen Hemminger
2009-06-18
1
-64
/
+70
*
[cleanup] Convert XMALLOC/memset to XCALLOC
Stephen Hemminger
2009-06-12
1
-20
/
+10
*
[zebra] trivia: static qualifiers for metaq
Stephen Hemminger
2008-08-22
1
-4
/
+5
*
[zebra] make some data local
Stephen Hemminger
2008-08-22
1
-2
/
+2
*
[zebra] ignore dead routes in RIB update
Stephen Hemminger
2008-08-22
1
-17
/
+36
*
+ initial edition of meta-queue for RIB updates processing (bug #431)
Denis Ovsienko
2008-06-02
1
-27
/
+133
*
+ fix bug#326 by rib_lookup_and_pushup()
Denis Ovsienko
2008-02-26
1
-0
/
+56
*
[link-detect] Static interface routes should behave properly with link-detect.
Andrew J. Schorr
2008-01-08
1
-3
/
+3
*
+ rib_process() speedup for multi-nexthop route nodes
Denis Ovsienko
2007-10-04
1
-2
/
+3
*
+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....
Denis Ovsienko
2007-10-03
1
-10
/
+10
*
Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...
Denis Ovsienko
2007-08-14
1
-12
/
+17
*
Merged own patch for the bug #391 (debugging and comments mostly).
Denis Ovsienko
2007-08-13
1
-5
/
+235
*
[zebra] Add extra debug logging for RIB and RIB queueing
Paul Jakma
2007-08-06
1
-19
/
+51
*
[zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong var
Paul Jakma
2007-06-27
1
-1
/
+1
*
[zebra] Routemap support on received routes, with 'set src' command (linux)
Paul Jakma
2007-05-02
1
-10
/
+47
*
[zebra] Changes of nexthops of static routes didnt take effect
Paul Jakma
2006-12-08
1
-10
/
+12
*
[zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing
Paul Jakma
2006-07-27
1
-170
/
+251
*
[zebra] Add test rig code, for testing the zebra RIB
Paul Jakma
2006-07-27
1
-0
/
+7
[next]