summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [bgpd/cleanup] BGP make attribute variables localStephen Hemminger2009-06-181-5/+5
* [bgpd/cleanup] Make BGP FSM table read-only staticStephen Hemminger2009-06-181-1/+1
* [bgpd] reference count the BGP instanceStephen Hemminger2009-06-183-19/+47
* [bgpd] Make declarations matchStephen Hemminger2009-06-181-2/+2
* [zebra] Remove unused structure elementStephen Hemminger2009-06-181-3/+0
* [zebra] Force rib_update when connected route deletedStephen Hemminger2009-06-181-0/+4
* [cleanup] Use correct buffer size for inet_ntop()Stephen Hemminger2009-06-183-23/+25
* [ripd] Ignore non-running interfaces in rip statusStephen Hemminger2009-06-181-0/+3
* [lib] Put symbolic backtrace on system logStephen Hemminger2009-06-181-6/+15
* [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6Stephen Hemminger2009-06-181-0/+2
* [ospf6d] Remove 'no router' from OSPF6_NODEStephen Hemminger2009-06-181-1/+0
* [ospf6d] Fix ospf6d crash if removing interface with no areaJon2009-06-181-0/+7
* [ospf6d] Fix ospf6d crash in show border routersJon2009-06-181-0/+6
* [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