summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [BGP/cleanup] make community hash table staticStephen Hemminger2009-06-181-1/+1
* [BGP/cleanup] make some damp function staticStephen Hemminger2009-06-182-5/+4
* [BGP/cleanup] make ecommunity variables/functions localStephen Hemminger2009-06-182-3/+2
* [BGP/cleanup] main program cleanupStephen Hemminger2009-06-181-7/+11
* [zebra/cleanup] make message table read onlyStephen Hemminger2009-06-181-1/+1
* [OSPF/cleanup] make message lists read onlyStephen Hemminger2009-06-183-23/+23
* [bgpd/cleanup] make message lists read onlyStephen Hemminger2009-06-182-16/+16
* [bgpd] add comment that bgp_capability_receive is exported for unit-testsPaul Jakma2009-06-181-1/+4
* [cleanup] Allow message tables to be constantStephen Hemminger2009-06-182-2/+2
* [cleanup] Fix compile warningsStephen Hemminger2009-06-181-4/+5
* [cleanup] Use const in smux interfaceStephen Hemminger2009-06-182-10/+11
* [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