index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_rib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
Paul Jakma
2016-02-26
1
-9
/
+12
*
zebra: support FIB override routes
Timo Teräs
2016-02-26
1
-23
/
+59
*
zebra: use link scope for interface routes
Timo Teräs
2016-02-26
1
-15
/
+6
*
zebra: atomic FIB updates
Timo Teräs
2016-02-26
1
-212
/
+121
*
zebra: Fix non usage of VRF_DEFAULT
Donald Sharp
2015-12-08
1
-1
/
+1
*
zebra: Fix change of distance on ipv6 route creating duplicate routes
Donald Sharp
2015-12-08
1
-4
/
+12
*
zebra: Combine static_uninstall_ipv[4|6] into one function
Donald Sharp
2015-12-08
1
-65
/
+4
*
zebra: combine static_ipv[4|6]_nexthop_same into one function
Donald Sharp
2015-12-08
1
-22
/
+16
*
zebra: Combine static_install_ipv[4|6]
Donald Sharp
2015-12-08
1
-100
/
+41
*
zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.c
Donald Sharp
2015-12-08
1
-10
/
+0
*
zebra: Collapse struct static_ipv[4|6] into struct static_route
Donald Sharp
2015-12-08
1
-44
/
+44
*
zebra: implement per-route mtu handling
Timo Teräs
2015-12-08
1
-2
/
+7
*
zebra: make ZEBRA_FLAG_CHANGED internal status
Timo Teräs
2015-12-08
1
-4
/
+4
*
zebra, lib/memtypes.c: the netlink sockets work per VRF
Feng Lu
2015-06-03
1
-0
/
+14
*
zebra: add hooks upon enabling / disabling a VRF
Feng Lu
2015-06-02
1
-1
/
+1
*
zebra: configure static routes in any VRF
Feng Lu
2015-06-02
1
-6
/
+8
*
zebra: let the route-map rule "match interface" work for VRFs
Feng Lu
2015-06-02
1
-1
/
+2
*
zebra: let FIB stand for its respective VRF
Feng Lu
2015-06-02
1
-82
/
+129
*
lib, zebra: move "struct vrf" to be a lib module
Feng Lu
2015-06-02
1
-148
/
+122
*
zebra: use prefix2str for logging where possible
Timo Teräs
2015-06-01
1
-46
/
+34
*
*: use void * for printing pointers
David Lamparter
2015-04-21
1
-25
/
+29
*
zebra, ripngd: remove ::/64 special-casing
David Lamparter
2015-02-14
1
-25
/
+0
*
build: remove INRIA, NRL and MUSICA IPv6 quirks
David Lamparter
2015-02-14
1
-2
/
+2
*
zebra: make MRIB lookup behaviour switchable
David Lamparter
2015-02-06
1
-0
/
+75
*
zebra: return route_node from rib_match_ipv4_safi
David Lamparter
2015-02-06
1
-7
/
+14
*
zebra: dummy kernel "install" multicast routes
David Lamparter
2015-02-06
1
-8
/
+29
*
zebra: mrib: static route support
Everton Marques
2015-02-06
1
-16
/
+14
*
zebra: kill rib_match_ipv4()
David Lamparter
2015-02-06
1
-6
/
+0
*
zebra: mrib: Include BGP routes in RPF lookups
Everton Marques
2015-02-06
1
-4
/
+3
*
zebra: point rib_match_ipv4() to ._safi()
Everton Marques
2015-02-06
1
-58
/
+1
*
zebra: add rib_match_ipv4_safi()
Everton Marques
2015-02-06
1
-0
/
+57
*
zebra: identify MRIB on debug messages
David Lamparter
2015-02-06
1
-1
/
+4
*
zebra: factor out rib debug logs
David Lamparter
2015-02-06
1
-63
/
+51
*
Make static IPv6 routes respect non-default routing tables.
Dinesh G Dutt
2014-11-11
1
-0
/
+1
*
zebra: MBGP routes should not be installed in the kernel
Balaji
2014-10-30
1
-2
/
+8
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-10
/
+10
*
zebra: apply syntactic sugar to rib_dump()
David Lamparter
2014-04-01
1
-7
/
+9
*
zebra: log routes w/o gateway in rib_delete_ipv4
Christian Franke
2014-02-11
1
-6
/
+14
*
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
[next]