summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev2012-09-263-480/+285
* lib: prepare table code for reuse by bgp_tableAvneesh Sachdev2012-09-262-26/+120
* lib: bring some changes over from bgp_table to tableAvneesh Sachdev2012-09-262-12/+31
* build: fix extract.pl for cross compilationSerj Kalichev2012-09-251-1/+1
* ripd: clear sockaddr_in before usingNick Hilliard2012-09-251-0/+1
* build: fix autoconf multicast check on OpenBSDBrad Smith2012-09-251-1/+1
* build: correct libtool parameter used within MakefilesBrad Smith2012-09-252-2/+2
* ospfd: Do not fall back to intervening router.Joakim Tjernlund2012-07-251-15/+3
* ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund2012-07-251-45/+79
* zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund2012-07-251-0/+9
* ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund2012-07-253-4/+6
* ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2012-07-254-83/+100
* ospfd: avoid exhausting memory with OSPF vertices (BZ#476)David Lamparter2012-07-251-2/+15
* lib: make IPv6 prefix parser slightly more strictDavid Lamparter2012-07-191-1/+6
* build: fix isisd topology out of tree buildDavid Lamparter2012-07-191-1/+1
* zebra: lingering IP address after deletion (BZ#486)David Lamparter2012-07-131-3/+18
* configure: Add --with-pkg-extra-version=VER for packagers/distributions.Joachim Nilsson2012-07-131-1/+14
* Merge remote branch 'vincentbernat/feature/ospfv3-mib'David Lamparter2012-07-139-2974/+4841
|\
| * ospf6d: fix segfault when requesting inexistant interfaces or areasVincent Bernat2012-07-101-4/+6
| * ospf6d: add SNMP notifications/traps supportVincent Bernat2012-06-254-0/+78
| * ospf6d: add SNMP support for ospfv3*LsdbTableVincent Bernat2012-06-251-89/+174
| * ospf6d: add SNMP implementation of ospfv3IfTableVincent Bernat2012-06-253-1/+206
| * ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat2012-06-253-2/+31
| * ospf6d: complete SNMP implementation for scalar objectsVincent Bernat2012-06-251-0/+44
| * ospf6d: add SNMP support for ospfv3NbrTableVincent Bernat2012-06-253-0/+167
| * snmp: fix OSPFV3-MIB implementationVincent Bernat2012-06-252-2931/+4188
* | Merge remote branch 'vincentbernat/feature/agentx'David Lamparter2012-07-1329-282/+741
|\|
| * snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-257-1/+104
| * 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