summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: generously apply constDavid Lamparter2019-12-021-1/+7
* ospf6d: Prevent use after freeDonald Sharp2019-09-251-8/+23
* ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter2019-09-171-1/+1
* *: replace XMALLOC + memset with XCALLOCQuentin Young2019-02-261-3/+1
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+1
* *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+5
* ospf6d: remove extra struct in ospf6_lsa_handlerDavid Lamparter2018-09-091-1/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-4/+0
* ospf6d: router-id change to display msg to restartChirag Shah2018-04-131-2/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-7/+7
* ospf6d: Intra-prefix LSA update after frr restartChirag Shah2018-03-081-0/+3
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+2
* ospf6d: router-id change notify to restart ospf6dChirag Shah2018-02-151-0/+4
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+5
* ospf6d: New version of GCC with new warningsDonald Sharp2017-07-281-3/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-753/+702
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-60/+45
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-57/+42
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-3/+3
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-30/+30
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-32/+16
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-12/+15
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-14/+13
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-8/+5
* *: use monotime()David Lamparter2017-01-231-4/+4
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-5/+3
* ospf6d: fix broken indentation in "show ipv6 ospf6 neighbor"Renato Westphal2017-01-041-4/+4
* *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+1
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-1/+0
|\
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-2/+0
* | all: added some missing <>s within []sDaniel Walton2016-09-301-3/+3
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-53/+23
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+3
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-2/+3
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-35/+35
* | ospf6d: argv updateDaniel Walton2016-09-231-8/+8
|/
* *: add missing includesDavid Lamparter2016-06-071-0/+1
* Add "no debug ospf" and "no debug ospf6" commands to disable all ospf debuggingDaniel Walton2015-11-031-0/+51
* Fix for IPv6 OSPF BFD session staying down when ifdown/ifup on logical interf...radhika2015-10-091-1/+1
* Support of BFD status in Quaggaradhika2015-08-311-0/+4
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-221-1/+2
* *: nuke ^L (page feed)David Lamparter2014-06-041-1/+1
* ospf6d: add 'log-adjacency-changes [detail]'Dinesh Dutt2013-11-081-16/+41
* ospf6d: increment dbdesc seqnum on SeqNumberMismatch/BadLsReq eventDinesh Dutt2013-11-081-0/+4
* ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)Dinesh Dutt2013-11-081-6/+33
* ospf6d: add SNMP notifications/traps supportVincent Bernat2012-06-251-0/+9
* ospf6d: add SNMP support for ospfv3NbrTableVincent Bernat2012-06-251-0/+2
* Convert ospf6d over to quagga_gettime() wrappers.Takashi Sogabe2009-06-221-5/+5
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-9/+9