summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-25ospfd: respect max-metric over configured cost for summary LSAsJR Rivers
2012-10-25ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers
2012-10-25ospfd: blackhole route removal for area rangeJR Rivers
2012-10-25lib: improve fletcher checksum validationJR Rivers
2012-10-25zebra: make static routes respect table settingNolan Leake
2012-10-19Revert "ospfd: Do not fall back to intervening router."Paul Jakma
2012-09-26lib/table: add route_table_get_next() and iteratorAvneesh Sachdev
2012-09-26bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev
2012-09-26lib: prepare table code for reuse by bgp_tableAvneesh Sachdev
2012-09-26lib: bring some changes over from bgp_table to tableAvneesh Sachdev
2012-09-25build: fix extract.pl for cross compilationSerj Kalichev
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