summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-9/+12
* zebra: support FIB override routesTimo Teräs2016-02-261-23/+59
* zebra: use link scope for interface routesTimo Teräs2016-02-261-15/+6
* zebra: atomic FIB updatesTimo Teräs2016-02-261-212/+121
* zebra: Fix non usage of VRF_DEFAULTDonald Sharp2015-12-081-1/+1
* zebra: Fix change of distance on ipv6 route creating duplicate routesDonald Sharp2015-12-081-4/+12
* zebra: Combine static_uninstall_ipv[4|6] into one functionDonald Sharp2015-12-081-65/+4
* zebra: combine static_ipv[4|6]_nexthop_same into one functionDonald Sharp2015-12-081-22/+16
* zebra: Combine static_install_ipv[4|6]Donald Sharp2015-12-081-100/+41
* zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.cDonald Sharp2015-12-081-10/+0
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-081-44/+44
* zebra: implement per-route mtu handlingTimo Teräs2015-12-081-2/+7
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-12-081-4/+4
* zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-06-031-0/+14
* zebra: add hooks upon enabling / disabling a VRFFeng Lu2015-06-021-1/+1
* zebra: configure static routes in any VRFFeng Lu2015-06-021-6/+8
* zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-06-021-1/+2
* zebra: let FIB stand for its respective VRFFeng Lu2015-06-021-82/+129
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-06-021-148/+122
* zebra: use prefix2str for logging where possibleTimo Teräs2015-06-011-46/+34
* *: use void * for printing pointersDavid Lamparter2015-04-211-25/+29
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2015-02-141-25/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-2/+2
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-061-0/+75
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2015-02-061-7/+14
* zebra: dummy kernel "install" multicast routesDavid Lamparter2015-02-061-8/+29
* zebra: mrib: static route supportEverton Marques2015-02-061-16/+14
* zebra: kill rib_match_ipv4()David Lamparter2015-02-061-6/+0
* zebra: mrib: Include BGP routes in RPF lookupsEverton Marques2015-02-061-4/+3
* zebra: point rib_match_ipv4() to ._safi()Everton Marques2015-02-061-58/+1
* zebra: add rib_match_ipv4_safi()Everton Marques2015-02-061-0/+57
* zebra: identify MRIB on debug messagesDavid Lamparter2015-02-061-1/+4
* zebra: factor out rib debug logsDavid Lamparter2015-02-061-63/+51
* Make static IPv6 routes respect non-default routing tables.Dinesh G Dutt2014-11-111-0/+1
* zebra: MBGP routes should not be installed in the kernelBalaji2014-10-301-2/+8
* *: nuke ^L (page feed)David Lamparter2014-06-041-10/+10
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-011-7/+9
* zebra: log routes w/o gateway in rib_delete_ipv4Christian Franke2014-02-111-6/+14
* zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat2013-10-221-8/+23
* zebra: apply route-maps for interface routesChristian Franke2013-09-191-0/+12
* zebra: fix recursive-routes via ifindex routesChristian Franke2013-09-191-16/+49
* zebra: handle blackholes encountered in recursive resolutionChristian Franke2013-09-191-0/+12
* zebra: rework recursive route resolutionChristian Franke2013-09-191-88/+176
* zebra: don't overrun afi/safi array boundariesLeonid Rosenboim2013-01-141-0/+6
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-301-0/+32
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-301-0/+25
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-301-0/+103
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-301-4/+25
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-73/+140
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1