summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp2023-10-311-0/+3
|\
| * ospf6d: add point-to-multipoint interface modeDavid Lamparter2023-10-101-0/+3
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-2/+2
|/
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-6/+3
* ospf6d: remove unnecessary break.Manoj Naragund2021-10-261-1/+0
* ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-101-3/+4
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* ospf6d: More lists being leakedDonald Sharp2020-11-191-4/+2
* ospf6d: Free up list memoryDonald Sharp2020-11-181-2/+1
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-0/+14
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-6/+6
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-9/+15
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-2/+2
* *: Remove break after returnDonatas Abraitis2020-02-131-4/+0
* ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter2019-09-171-2/+2
* *: use array_size instead of raw divisionQuentin Young2019-02-261-14/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-33/+33
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+5
* ospf6d: Don't assign to values that are never readDonald Sharp2017-12-141-5/+5
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-3/+3
* ospf6d: Add missing vrf lookupDonald Sharp2017-10-101-0/+2
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-4/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-962/+1163
* Merge pull request #820 from opensourcerouting/gcc7Donald Sharp2017-07-141-0/+1
|\
| * *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-0/+1
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-14/+8
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: snmp: convert into modulesDavid Lamparter2017-03-251-9/+18
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-5/+27
* ospf6d: fix fallout from ifindex_t changeDavid Lamparter2016-09-231-1/+2
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-6/+6
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-3/+3
* *: fixup snmp supportDavid Lamparter2016-07-241-3/+5
* *: add missing includesDavid Lamparter2016-06-071-0/+2
* ospf6d: fix uninitialized warning in SNMPDavid Lamparter2016-05-261-1/+1
* snmp: fix warningsDavid Lamparter2016-05-261-1/+0
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-211-1/+3
* security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-1/+1
* ospf6d: fix segfault when requesting inexistant interfaces or areasVincent Bernat2012-07-101-4/+6
* ospf6d: add SNMP notifications/traps supportVincent Bernat2012-06-251-0/+56
* ospf6d: add SNMP support for ospfv3*LsdbTableVincent Bernat2012-06-251-89/+174
* ospf6d: add SNMP implementation of ospfv3IfTableVincent Bernat2012-06-251-1/+203
* ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat2012-06-251-2/+28
* ospf6d: complete SNMP implementation for scalar objectsVincent Bernat2012-06-251-0/+44
* ospf6d: add SNMP support for ospfv3NbrTableVincent Bernat2012-06-251-0/+164
* snmp: fix OSPFV3-MIB implementationVincent Bernat2012-06-251-173/+237