summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ospf6] Add no router ospf6Jon2009-06-181-0/+1
* [ospf6d] Fix ospf6d crash if range defined twiceJon2009-06-181-0/+6
* [ospfd] Fix OSPF route refcount leakStephen Hemminger2009-06-181-1/+2
* [zebra] Only announce connected routes if link is detectedStephen Hemminger2009-06-181-1/+1
* [zebra] MTU is unsignedStephen Hemminger2009-06-181-1/+1
* [zebra] remove incorrect debug messageStephen Hemminger2009-06-181-2/+0
* [zebra] Cleanup meta-queue codeStephen Hemminger2009-06-181-64/+70
* [zebra] netlink interface minor cleanupStephen Hemminger2009-06-182-7/+4
* [zebra] Fix vyatta bug 2814: Add "show ip route summary" command.Stig Thormodsrud2009-06-181-35/+86
* [vtysh] Add a --noerror optionStephen Hemminger2009-06-181-7/+18
* [vtysh] Return non-zero exit code on error.Stephen Hemminger2009-06-181-1/+2
* [vtysh] Make vtysh more useable for scriptingStephen Hemminger2009-06-183-13/+53
* [vtysh] Force line buffered mode.Stephen Hemminger2009-06-181-0/+1
* [gcc] Add gcc printf format checksStephen Hemminger2009-06-181-6/+12
* [cleanup] Make command nodes staticStephen Hemminger2009-06-1229-68/+61
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-1215-35/+35
* [cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-1241-248/+79
* [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patchPaul Jakma2009-06-122-2/+31
* [bgpd] Fixed as-path prepend/exclude ASN handlingDenis Ovsienko2009-06-092-5/+5
* Merge remote branch 'origin/master'Paul Jakma2009-06-0210-12/+12
|\
| * [trivia] Fixed typos in communities text (#334)Denis Ovsienko2009-06-012-4/+4
| * [doc] Stick with quagga.net for consistency (#436)Denis Ovsienko2009-06-017-7/+7
| * [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>Andrew J. Schorr2009-05-291-1/+1
* | [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-026-143/+172
* | [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macroChris Caputo2009-06-021-2/+2
* | [ospfd] fix vty ospfd no ospf abr-type standardFrancesco Dolcini2009-06-021-1/+3
* | [ripd] Fix metrix in call to rip_zebra_ipv4_deleteKrisztian Kovacs2009-06-021-1/+1
* | [bgp] Fix crash on SIGHUP, deref of freed workqueuesSteve Hill2009-06-022-3/+12
|/
* [release] Bump version to 0.99.12quagga_0_99_12_releasePaul Jakma2009-05-081-1/+1
* Fix bgp ipv4/ipv6 accept handlingStephen Hemminger2009-05-081-0/+9
* [build] tools/multiple-bgpd.sh should be in 'make dist'Paul Jakma2009-05-081-1/+1
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-3010-85/+62
* Dmitry Tejblum <tejblum@yandex-team.ru>Denis Ovsienko2009-04-131-1/+1
* Justified OSPF cost function names and added support for:Denis Ovsienko2009-04-101-8/+27
* [lib] Fix timer precision.Joakim Tjernlund2008-11-291-1/+1
* [lib] Move type cast in Fletcher checksumJoakim Tjernlund2008-11-291-1/+1
* [rpm] some defaults for Fedora are way out of datePaul Jakma2008-11-291-4/+4
* [lib] fix missing sockunion_normalise_mappedPaul Jakma2008-11-241-0/+1
* [bgpd] Add 'show bgp views' commandMichael Lambert2008-11-161-0/+31
* [lib] Switch Fletcher checksum back to old ospfd versionPaul Jakma2008-11-164-34/+523
* [vtysh] Add commands from zebra_routemap.c to vtyshBartek Kania2008-10-041-1/+2
* Merge branch 'bgpd/fsm'Paul Jakma2008-10-021-4/+5
|\
| * [bgpd] Allow accepted peers to progress even if realpeer is in ConnectPaul Jakma2008-09-091-4/+5
* | [release] Bump version to 0.99.11quagga_0_99_11_releasePaul Jakma2008-10-021-1/+1
* | [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
* | [ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund2008-09-241-2/+2
* | [ospfd] Move passive interface checkJoakim Tjernlund2008-09-241-18/+26
* | [build] Fix --enable-pie so it can actually be disabledPaul P Komkoff Jr2008-09-241-3/+1
* | [lib] re-enable conversion of v6mapped INET6 sockunions to regular INETPaul Jakma2008-09-091-40/+20
|/