summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-25ripd: clear sockaddr_in before usingNick Hilliard
2012-09-25build: fix autoconf multicast check on OpenBSDBrad Smith
2012-09-25build: correct libtool parameter used within MakefilesBrad Smith
2012-07-25ospfd: Do not fall back to intervening router.Joakim Tjernlund
2012-07-25ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund
2012-07-25zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund
2012-07-25ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund
2012-07-25ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund
2012-07-25ospfd: avoid exhausting memory with OSPF vertices (BZ#476)David Lamparter
2012-07-19lib: make IPv6 prefix parser slightly more strictDavid Lamparter
2012-07-19build: fix isisd topology out of tree buildDavid Lamparter
2012-07-13zebra: lingering IP address after deletion (BZ#486)David Lamparter
2012-07-13configure: Add --with-pkg-extra-version=VER for packagers/distributions.Joachim Nilsson
2012-07-13Merge remote branch 'vincentbernat/feature/ospfv3-mib'David Lamparter
2012-07-13Merge remote branch 'vincentbernat/feature/agentx'David Lamparter
2012-07-10ospf6d: fix segfault when requesting inexistant interfaces or areasVincent Bernat
2012-06-25ospf6d: add SNMP notifications/traps supportVincent Bernat
2012-06-25ospf6d: add SNMP support for ospfv3*LsdbTableVincent Bernat
2012-06-25ospf6d: add SNMP implementation of ospfv3IfTableVincent Bernat
2012-06-25ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat
2012-06-25ospf6d: complete SNMP implementation for scalar objectsVincent Bernat
2012-06-25ospf6d: add SNMP support for ospfv3NbrTableVincent Bernat
2012-06-25snmp: fix OSPFV3-MIB implementationVincent Bernat
2012-06-25snmp: let handlers accept OID from a lesser prefixVincent Bernat
2012-06-25agentx: add appropriate documentationVincent Bernat
2012-06-25agentx: handle SNMP trapsVincent Bernat
2012-06-25smux: drop findVar element from trap object structVincent Bernat
2012-06-25smux: remove `tick` argument from smux_trap()Vincent Bernat
2012-06-25agentx: add AgentX support to Quagga.Vincent Bernat
2012-06-25smux: isolate SMUX implementation from SNMP implementationVincent Bernat
2012-06-25build: use net-snmp-config to configure NetSNMPVincent Bernat
2012-06-25build: only define HAVE_SNMPVincent Bernat
2012-06-25build: allow configure and build in a separate directoryVincent Bernat
2012-06-21isisd: fix typo in topology generator (BZ#731)David Lamparter
2012-06-21bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]
2012-06-21bgpd: Fix for commit 6a4677b7, fixes BZ#729Jorge Boncompte [DTI2]
2012-06-19tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can runPaul Jakma
2012-06-14bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma
2012-06-14lib: Add back sockunion_str2suPaul Jakma
2012-06-13Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma
2012-05-22lib: do not allocate/free thread funcnamesJorge Boncompte [DTI2]
2012-05-22lib: micro-op for thread_get()Jorge Boncompte [DTI2]
2012-05-22lib: remove RUSAGE_T from struct threadJorge Boncompte [DTI2]
2012-05-22micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]
2012-05-22bgpd: optimize holdtime timer cancellingJorge Boncompte [DTI2]
2012-05-22bgpd: Remove useless initializationJorge Boncompte [DTI2]
2012-05-22bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]
2012-05-22bgpd: use on stack struct attr_extra in bgp_update_receive()Jorge Boncompte [DTI2]