summaryrefslogtreecommitdiffstats
path: root/ospf6d
Commit message (Expand)AuthorAgeFilesLines
* *: nuke ^L (page feed)David Lamparter2014-06-0416-25/+25
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* ospf6d: fix refcounting in ospf6_asbr_lsa_removeChristian Franke2014-03-211-0/+2
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-215-2/+80
* ospf6d: compute interface cost from its bandwidthVincent Bernat2014-03-214-17/+91
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+7
* Merge volatile/cumulus_ospf6dDavid Lamparter2014-03-1827-658/+1901
|\
| * ospf6d: fix interface_down() stopping hellosDavid Lamparter2014-03-181-1/+4
| * ospf6d: clear lsa->refresh before clearing LSAsDavid Lamparter2014-03-182-0/+3
| * ospf6d: handle missing link local address more gracefullyChristian Franke2014-03-182-6/+22
| * ospf6d: improve ordered shutdownChristian Franke2014-03-189-35/+94
| * ospf6d: clear DR info on interface_downChristian Franke2013-11-201-0/+4
| * ospf6d: set cmsg size correctlyChristian Franke2013-11-201-1/+1
| * ospf6d: don't run DR election early on "ipv6 ospf6 priority"Christian Franke2013-11-201-1/+4
| * ospf6d: fix integrated configDinesh Dutt2013-11-201-0/+8
| * ospf6d: add SPF logs, statistics, and display of SPF parametersDinesh Dutt2013-11-078-11/+180
| * ospf6d: add 'log-adjacency-changes [detail]'Dinesh Dutt2013-11-074-16/+157
| * ospf6d: don't send LSAck on an interface if we've flooded the LSU out that i/fDinesh Dutt2013-11-071-13/+8
| * ospf6d: handle Prefix and Router Options bits correctlyDinesh Dutt2013-11-073-4/+40
| * ospf6d: add LSA payload to show summary outputDinesh Dutt2013-11-075-38/+356
| * ospf6d: increment dbdesc seqnum on SeqNumberMismatch/BadLsReq eventDinesh Dutt2013-11-071-0/+4
| * ospf6d: don't change SeqNum on initial DbDesc messageDinesh Dutt2013-11-071-1/+2
| * ospf6d: handle seqnum wrappingDinesh Dutt2013-11-073-1/+34
| * ospf6d: add overload supportDinesh Dutt2013-11-076-2/+165
| * ospf6d: fix linkdown handlingDinesh Dutt2013-11-071-3/+3
| * ospf6d: correct nexthop through directly connected networksDinesh Dutt2013-11-071-3/+20
| * ospf6d: don't suppress empty router LSADinesh Dutt2013-11-071-29/+20
| * ospf6d: turn off expensive debuggingDinesh Dutt2013-11-072-5/+5
| * ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-075-111/+78
| * ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)Dinesh Dutt2013-11-074-44/+88
| * ospf6d: add p2p interface supportDinesh Dutt2013-11-075-92/+256
| * ospf6d: fix various bugs in installing and flooding LSAsDinesh Dutt2013-11-072-13/+10
| * ospf6d: add more details to show ipv6 ospf6 dataDinesh Dutt2013-11-071-0/+5
| * ospf6d: enable the commands to support detailed debugging of LSAs.Dinesh Dutt2013-11-071-146/+31
| * ospf6d: remove older version of LSA from neigbor retx list before prematurely...Dinesh Dutt2013-11-071-0/+23
| * ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-073-21/+49
| * ospf6d: schedule SPF to run on events rather than directly on each event.Dinesh Dutt2013-11-076-23/+207
| * ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-2213-54/+36
* | security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-1/+1
|/
* isisd, ospf6d: use bug-report information from autoconfChristian Franke2013-07-311-1/+1
* *: use array_size() helper macroBalaji.G2012-10-252-3/+2
* lib: improve fletcher checksum validationJR Rivers2012-10-253-35/+24
* 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