summaryrefslogtreecommitdiffstats
path: root/doc/ospfd.8 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-03build: compile tests/ by defaultDavid Lamparter2-1/+11
2012-11-03tests: fix missing array_size() includeDavid Lamparter1-0/+1
2012-11-02bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko1-24/+2
2012-11-02build: reorder libraries to address linker errorAvneesh Sachdev2-7/+7
2012-11-02bgpd: flock() dump files (BZ#742)Daniel Kozlowski1-5/+35
2012-11-02lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven1-0/+1
2012-10-25*: use array_size() helper macroBalaji.G22-59/+51
2012-10-25isisd: don't overrun list of protocolsDavid Lamparter1-2/+6
2012-10-25lib: add array_size() helperDavid Lamparter1-0/+2
2012-10-25isisd: don't process invalid prefixes from TLVsDavid Lamparter1-9/+25
2012-10-25isisd: pull up invalid prefix assert()David Lamparter1-0/+4
2012-10-25isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev1-1/+13
2012-10-25isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev1-5/+7
2012-10-25lib: improve sanity checks in stream_set_endp()Avneesh Sachdev1-2/+12
2012-10-25ospfd: respect max-metric over configured cost for summary LSAsJR Rivers2-8/+30
2012-10-25ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers1-2/+3
2012-10-25ospfd: blackhole route removal for area rangeJR Rivers3-22/+66
2012-10-25lib: improve fletcher checksum validationJR Rivers7-54/+66
2012-10-25zebra: make static routes respect table settingNolan Leake1-0/+1
2012-10-19Revert "ospfd: Do not fall back to intervening router."Paul Jakma1-4/+30
2012-09-26lib/table: add route_table_get_next() and iteratorAvneesh Sachdev6-1/+1045
2012-09-26bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev3-480/+285
2012-09-26lib: prepare table code for reuse by bgp_tableAvneesh Sachdev2-26/+120
2012-09-26lib: bring some changes over from bgp_table to tableAvneesh Sachdev2-12/+31
2012-09-25build: fix extract.pl for cross compilationSerj Kalichev1-1/+1
2012-09-25ripd: clear sockaddr_in before usingNick Hilliard1-0/+1
2012-09-25build: fix autoconf multicast check on OpenBSDBrad Smith1-1/+1
2012-09-25build: correct libtool parameter used within MakefilesBrad Smith2-2/+2
2012-07-25ospfd: Do not fall back to intervening router.Joakim Tjernlund1-15/+3
2012-07-25ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund1-45/+79
2012-07-25zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund1-0/+9
2012-07-25ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund3-4/+6
2012-07-25ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund4-83/+100
2012-07-25ospfd: avoid exhausting memory with OSPF vertices (BZ#476)David Lamparter1-2/+15
2012-07-19lib: make IPv6 prefix parser slightly more strictDavid Lamparter1-1/+6
2012-07-19build: fix isisd topology out of tree buildDavid Lamparter1-1/+1
2012-07-13zebra: lingering IP address after deletion (BZ#486)David Lamparter1-3/+18
2012-07-13configure: Add --with-pkg-extra-version=VER for packagers/distributions.Joachim Nilsson1-1/+14
2012-07-10ospf6d: fix segfault when requesting inexistant interfaces or areasVincent Bernat1-4/+6
2012-06-25ospf6d: add SNMP notifications/traps supportVincent Bernat4-0/+78
2012-06-25ospf6d: add SNMP support for ospfv3*LsdbTableVincent Bernat1-89/+174
2012-06-25ospf6d: add SNMP implementation of ospfv3IfTableVincent Bernat3-1/+206
2012-06-25ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat3-2/+31
2012-06-25ospf6d: complete SNMP implementation for scalar objectsVincent Bernat1-0/+44
2012-06-25ospf6d: add SNMP support for ospfv3NbrTableVincent Bernat3-0/+167
2012-06-25snmp: fix OSPFV3-MIB implementationVincent Bernat2-2931/+4188
2012-06-25snmp: let handlers accept OID from a lesser prefixVincent Bernat7-1/+104
2012-06-25agentx: add appropriate documentationVincent Bernat2-11/+83
2012-06-25agentx: handle SNMP trapsVincent Bernat5-11/+137
2012-06-25smux: drop findVar element from trap object structVincent Bernat3-20/+19