summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-01build: reorder libraries to address linker errorAvneesh Sachdev
2012-11-01bgpd: flock() dump files (BZ#742)Daniel Kozlowski
2012-11-01lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven
2012-10-25*: use array_size() helper macroBalaji.G
2012-10-25isisd: don't overrun list of protocolsDavid Lamparter
2012-10-25lib: add array_size() helperDavid Lamparter
2012-10-25isisd: don't process invalid prefixes from TLVsDavid Lamparter
2012-10-25isisd: pull up invalid prefix assert()David Lamparter
2012-10-25isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev
2012-10-25isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev
2012-10-25lib: improve sanity checks in stream_set_endp()Avneesh Sachdev
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