summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
* zebra: print "no link-detect"David Lamparter2015-03-021-0/+2
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* zebra: remove rt_ioctl kernel interfaceDavid Lamparter2015-02-142-521/+1
* build: remove ancient Linux/BSD IPv6 cruftDavid Lamparter2015-02-141-3/+2
* zebra: remove kernel_delete_ipv6_old()David Lamparter2015-02-145-39/+0
* zebra, ripngd: remove ::/64 special-casingDavid Lamparter2015-02-141-25/+0
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-144-13/+4
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2015-02-146-230/+4
* build: remove Linux non-netlink configDavid Lamparter2015-02-143-427/+3
* 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