summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
* zebra: mark multicast commands experimentalDavid Lamparter2015-02-061-0/+7
* zebra: add "show ip rpf" to get result of RPF lookupDavid Lamparter2015-02-061-5/+47
* zebra: make MRIB lookup behaviour switchableDavid Lamparter2015-02-064-21/+169
* zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2015-02-063-10/+18
* zebra: dummy kernel "install" multicast routesDavid Lamparter2015-02-061-8/+29
* zebra: fix optional distance on static mrib routeDavid Lamparter2015-02-061-8/+31
* zebra: mrib: static route supportEverton Marques2015-02-063-36/+91
* zebra: kill rib_match_ipv4()David Lamparter2015-02-063-9/+2
* zebra: mrib: Include BGP routes in RPF lookupsEverton Marques2015-02-063-7/+7
* zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIBEverton Marques2015-02-061-0/+96
* zebra: point rib_match_ipv4() to ._safi()Everton Marques2015-02-061-58/+1
* zebra: add rib_match_ipv4_safi()Everton Marques2015-02-062-0/+58
* zebra: identify MRIB on debug messagesDavid Lamparter2015-02-061-1/+4
* zebra: factor out rib debug logsDavid Lamparter2015-02-061-63/+51
* zebra/kernel_socket.c: Use platform alignmentGreg Troxel2014-12-021-10/+40
* Added show command to display only the routes in the RIB that does not count ...Dinesh G Dutt2014-11-111-0/+124
* 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
* zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commandsLu Feng2014-10-271-0/+4
* zebra: Build the test client, can be useful, and add IPv6 to testrib.confPaul Jakma2014-10-172-4/+24
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-234-23/+25
* Add missing GPL headers, and copyright claims that certainly apply.Paul Jakma2014-09-194-0/+84
* zebra: fix rtnh_len in the rt_netlink messages for multipath caseLu Feng2014-09-151-1/+2
* zebra: fix struct msghdr initializersTimo Teräs2014-08-181-4/+20
* *: nuke ^L (page feed)David Lamparter2014-06-0415-48/+48
* zebra: raise the privileges before calling socket()Michal Sekletar2014-05-271-6/+6
* zebra: Change the mechanism for comparing route ID's.Ken Williams2014-04-221-3/+1
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-012-6/+0
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-013-8/+8
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-013-9/+13
* zebra: set metric for directly connected routes via netlink to 0Brett Ciphery2014-04-011-3/+3
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+1
* security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-1/+1
* zebra: log routes w/o gateway in rib_delete_ipv4Christian Franke2014-02-111-6/+14
* zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routesChristian Franke2014-02-101-0/+1
* zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat2013-10-222-9/+24
* 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: implement NEXTHOP_FLAG_ONLINKChristian Franke2013-09-193-1/+18
* zebra: handle blackholes encountered in recursive resolutionChristian Franke2013-09-191-0/+12
* zebra: rework recursive route resolutionChristian Franke2013-09-199-716/+625
* zebra: improve interface shutdown behaviourChristian Franke2013-09-192-18/+49
* zebra: don't change connected state from zebra/interface.cChristian Franke2013-09-192-106/+69
* zebra: add ZEBRA_IFC_QUEUED to keep track of kernel stateChristian Franke2013-09-192-5/+23
* zebra: warn if advertising connected with _REAL unsetChristian Franke2013-09-191-0/+3
* zebra: consolidate connected_implicit_withdrawChristian Franke2013-09-191-21/+14
* zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"Christian Franke2013-09-191-0/+2
* zebra: make if_subnet_delete a bit more strictChristian Franke2013-09-192-3/+19
* zebra: process information about new addresses (BZ#486)Christian Franke2013-09-191-2/+5
* bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import checkChristian Franke2013-08-061-0/+4