summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd: cleanup, use correct buffer sizes for sockunion2str()Jorge Boncompte [DTI2]2012-05-022-3/+3
* lib: remove sockunion related unused definitionsJorge Boncompte [DTI2]2012-05-021-7/+0
* lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]2012-05-022-6/+6
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-026-85/+59
* lib: remove last uses of sockunion_su2str()Jorge Boncompte [DTI2]2012-05-024-36/+12
* bgpd: Fix memory leak with 'set ip next-hop peer-address'Jorge Boncompte [DTI2]2012-05-022-5/+4
* bgpd: fix for route-maps with "match peer local" statementsJorge Boncompte [DTI2]2012-05-021-2/+2
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-024-6/+6
* bgpd: Fix regression in args consolidation, total should be inited from argsPaul Jakma2012-05-021-1/+1
* bgpd: Make socket init separate, so unit tests work again.Paul Jakma2012-05-023-7/+16
* tests: Fix some compile errors and warningsPaul Jakma2012-05-025-30/+38
* Revert "tests: disable broken tests/bgp_mp_attr_test.c"Paul Jakma2012-05-021-7/+0
* release: 0.99.21quagga_0_99_21_releaseDavid Lamparter2012-05-012-1/+15
* tests: disable broken tests/bgp_mp_attr_test.cDavid Lamparter2012-05-011-0/+7
* redhat: add systemd service filesDavid Ward2012-05-0110-4/+123
* redhat: update initscriptsDavid Ward2012-05-0111-266/+407
* redhat: add logrotate configuration for babeld and isisdDavid Ward2012-05-011-0/+16
* doc: add ospfclient(8) and watchquagga(8) man pagesDavid Ward2012-05-013-2/+283
* doc: only package man pages for daemons that are builtDavid Ward2012-05-012-2/+47
* tools: use standard interpreter path in all Perl scriptsDavid Ward2012-04-303-3/+3
* bgpd: fix up multipath merge breakageDavid Lamparter2012-04-281-6/+6
* babeld: merge kernel_zebra.c into kernel.c.Juliusz Chroboczek2012-04-282-276/+239
* babeld: Include babel_main.h in noinst_HEADERS.Denis Ovsienko2012-04-281-1/+1
* lib: bump ZSERV_VERSION to 2David Lamparter2012-04-201-1/+1
* Revert "zebra: clean up client routes when client goes away"David Lamparter2012-04-203-83/+0
* bgpd: Fix crash when disabling dampening (BZ#687)freeze_0.99.21Jorge Boncompte [DTI2]2012-04-161-0/+4
* ospfd: Fixes a crash of the daemon with a snmp walkJorge Boncompte [DTI2]2012-04-161-4/+4
* zebra: use larger buffer (4096) for netlink messagesJR Rivers2012-04-161-10/+12
* isisd: merge osr/google-is-isDavid Lamparter2012-04-1649-4032/+7104
|\
| * quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2012-04-161-1/+7
| * isisd: indent longopts arrayVyacheslav Trushkin2012-04-161-9/+9
| * isisd: reapply removal of CVS cruftDavid Lamparter2012-04-164-27/+0
| * isisd: reapply patch to fix zebra protocolAvneesh Sachdev2012-04-111-0/+5
| * Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-11212-3492/+14301
| |\
| * | zebra: include hardware addr in if up/down messagesJosh Bailey2012-04-082-75/+37
| * | lib: Tweak to if_delete_retain()Josh Bailey2012-04-081-1/+3
| * | zebra: clean up client routes when client goes awayJosh Bailey2012-04-083-0/+82
| * | zebra: add more logs/asserts to rib work queue codeSubbaiah Venkata2012-04-071-4/+31
| * | isisd: couple of bug fixesSubbaiah Venkata2012-04-0713-215/+348
| * | isisd: add Google's changes to IS-ISJosh Bailey2012-04-0737-3718/+6622
| * | zebra: tweak deletion of routes without nexthop addrSubbaiah Venkata2012-04-071-6/+8
| * | zebra: read multipath routes and hw addr from netlinkJosh Bailey2012-04-073-29/+165
| * | lib: add stream_set_endp()Subbaiah Venkata2012-04-072-3/+18
| * | lib: add support for keyed-hashing with MD5Josh Bailey2012-04-072-0/+77
| * | lib: Tweaks to linked list macrosJosh Bailey2012-04-071-7/+7
* | | bgpd: merge osr/quagga-osr-patches (BZ#700)David Lamparter2012-04-162-14/+32
|\ \ \
| * | | bgpd: fix issue in capability negotiation (BZ#700)Avneesh Sachdev2012-04-082-14/+32
| | |/ | |/|
* | | bgpd: merge osr/google-bgp-multipathDavid Lamparter2012-04-1618-47/+1655
|\ \ \
| * | | Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-09234-3674/+14735
| |\| |
| * | | bgpd: We try to skip out of updating the multipath aggregate if there are noJosh Bailey2011-07-201-15/+22