summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: update installation instructionsDavid Lamparter2012-11-031-6/+12
* build: compile tests/ by defaultDavid Lamparter2012-11-032-1/+11
* tests: fix missing array_size() includeDavid Lamparter2012-11-031-0/+1
* bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko2012-11-011-24/+2
* build: reorder libraries to address linker errorAvneesh Sachdev2012-11-012-7/+7
* bgpd: flock() dump files (BZ#742)Daniel Kozlowski2012-11-011-5/+35
* lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven2012-11-011-0/+1
* *: use array_size() helper macroBalaji.G2012-10-2522-59/+51
* isisd: don't overrun list of protocolsDavid Lamparter2012-10-251-2/+6
* lib: add array_size() helperDavid Lamparter2012-10-251-0/+2
* isisd: don't process invalid prefixes from TLVsDavid Lamparter2012-10-251-9/+25
* isisd: pull up invalid prefix assert()David Lamparter2012-10-251-0/+4
* isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev2012-10-251-1/+13
* isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev2012-10-251-5/+7
* lib: improve sanity checks in stream_set_endp()Avneesh Sachdev2012-10-251-2/+12
* ospfd: respect max-metric over configured cost for summary LSAsJR Rivers2012-10-252-8/+30
* ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers2012-10-251-2/+3
* ospfd: blackhole route removal for area rangeJR Rivers2012-10-253-22/+66
* lib: improve fletcher checksum validationJR Rivers2012-10-257-54/+66
* zebra: make static routes respect table settingNolan Leake2012-10-251-0/+1
* Revert "ospfd: Do not fall back to intervening router."Paul Jakma2012-10-191-4/+30
* lib/table: add route_table_get_next() and iteratorAvneesh Sachdev2012-09-266-1/+1045
* 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