summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup apiChristian Franke2013-08-061-0/+12
* zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip routeChristian Franke2013-08-061-2/+9
* zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUPChristian Franke2013-07-311-1/+3
* zebra: use SO_RCVBUFFORCE for netlink socketUlrich Weber2013-02-231-1/+13
* build: fix "pragma weak" mixupsDavid Lamparter2013-02-091-1/+1
* zebra: fix sockaddr_dl length assumptions (BZ#737)David Lamparter2013-01-162-4/+13
* zebra: don't overrun afi/safi array boundariesLeonid Rosenboim2013-01-141-0/+6
* zebra: fix netlink NL_PKT_BUF_SIZE高鹏2013-01-111-1/+1
* testzebra: pragma weak: detect systems with weak alias and provide alternativeDoug VanLeuven2013-01-114-0/+62
* build: fix dist tarballDavid Lamparter2012-12-131-1/+2
* zebra: include intf when sending IPv4 nexthop to FPMAvneesh Sachdev2012-11-301-17/+6
* zebra: add module to communicate routes to FPMAvneesh Sachdev2012-11-3011-1/+2335
* zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev2012-11-304-22/+98