summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * agentx: add appropriate documentationVincent Bernat2012-06-252-11/+83
| * agentx: handle SNMP trapsVincent Bernat2012-06-255-11/+137
| * smux: drop findVar element from trap object structVincent Bernat2012-06-253-20/+19
| * smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-255-9/+9
| * agentx: add AgentX support to Quagga.Vincent Bernat2012-06-255-4/+200
| * smux: isolate SMUX implementation from SNMP implementationVincent Bernat2012-06-254-161/+158
| * build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-2510-25/+28
| * build: only define HAVE_SNMPVincent Bernat2012-06-257-38/+1
| * build: allow configure and build in a separate directoryVincent Bernat2012-06-2516-16/+16
|/
* isisd: fix typo in topology generator (BZ#731)David Lamparter2012-06-211-1/+1
* bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]2012-06-211-6/+2
* bgpd: Fix for commit 6a4677b7, fixes BZ#729Jorge Boncompte [DTI2]2012-06-211-1/+2
* tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can runPaul Jakma2012-06-194-1/+5
* bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma2012-06-142-1/+4
* lib: Add back sockunion_str2suPaul Jakma2012-06-142-0/+13
* Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma2012-06-133-16/+7
* lib: do not allocate/free thread funcnamesJorge Boncompte [DTI2]2012-05-223-29/+16
* lib: micro-op for thread_get()Jorge Boncompte [DTI2]2012-05-221-3/+2
* lib: remove RUSAGE_T from struct threadJorge Boncompte [DTI2]2012-05-222-6/+7
* micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge Boncompte [DTI2]2012-05-222-14/+22
* bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]2012-05-221-2/+20
* bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: optimize holdtime timer cancellingJorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: Remove useless initializationJorge Boncompte [DTI2]2012-05-221-1/+1
* bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]2012-05-222-55/+52
* bgpd: use on stack struct attr_extra in bgp_update_receive()Jorge Boncompte [DTI2]2012-05-221-7/+4
* bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]2012-05-221-6/+2
* bgpd: use on stack struct attr_extra in bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-2/+2
* bgpd: cleanup bgp_attr_unintern()Jorge Boncompte [DTI2]2012-05-221-11/+12
* bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()Jorge Boncompte [DTI2]2012-05-221-10/+10
* bgpd: reduce attrhash_make_key() indirectionsJorge Boncompte [DTI2]2012-05-221-16/+17
* bgpd: remove some useless initializationsJorge Boncompte [DTI2]2012-05-222-9/+6
* bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]2012-05-221-74/+77
* bgpd: optimize loops on [e]community_hash_make()Jorge Boncompte [DTI2]2012-05-222-15/+25
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-229-96/+104
* bgpd: debug buffers cleanup and optimizationJorge Boncompte [DTI2]2012-05-221-28/+44
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-225-20/+97
* bgpd: optimize aspath string representation and assegments handlingJorge Boncompte [DTI2]2012-05-222-66/+76
* bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]2012-05-211-8/+28
* lib: fix thread_cancel_event()Jorge Boncompte [DTI2]2012-05-211-0/+18
* lib: drop heuristic IPv6 address recognitionRoman Hoog Antink2012-05-211-80/+1
* zebra: fix up compilation without rtadv/IPv6Joachim Nilsson2012-05-093-39/+41
* zebra: feed Connected routes into MRIBG.Balaji2012-05-021-0/+5
* zebra: no need to clear memory of the netlink buffersJorge Boncompte [DTI2]2012-05-021-3/+3
* 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