summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_snmp.c
AgeCommit message (Expand)Author
2024-09-24ospf6d: Remove unguarded debugs in ospf6_snmp.cDonald Sharp
2024-05-28ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks
2023-10-31Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-10ospf6d: add point-to-multipoint interface modeDavid Lamparter
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-26ospf6d: remove unnecessary break.Manoj Naragund
2021-06-10ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2020-11-19ospf6d: More lists being leakedDonald Sharp
2020-11-18ospf6d: Free up list memoryDonald Sharp
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-11ospf6d, tests: Prevent use after freeDonald Sharp
2020-09-01ospf6d : Preparing for ospf6d VRF support.Kaushik
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-13*: Remove break after returnDonatas Abraitis
2019-09-17ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter
2019-02-25*: use array_size instead of raw divisionQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-12-14ospf6d: Don't assign to values that are never readDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10ospf6d: Add missing vrf lookupDonald Sharp
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge pull request #820 from opensourcerouting/gcc7Donald Sharp
2017-07-14*: fix GCC 7 switch/case fallthrough warningsDavid Lamparter
2017-07-11ospf6d: use macro for LSDB walksDavid Lamparter
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-03-25*: snmp: convert into modulesDavid Lamparter
2017-03-25*: use hooks for sending SNMP trapsDavid Lamparter
2016-09-23ospf6d: fix fallout from ifindex_t changeDavid Lamparter
2016-08-18*: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma
2016-07-28*: snmp: add a load of "static" specifiersDavid Lamparter
2016-07-24*: fixup snmp supportDavid Lamparter
2016-06-07*: add missing includesDavid Lamparter
2016-05-26ospf6d: fix uninitialized warning in SNMPDavid Lamparter
2016-05-26snmp: fix warningsDavid Lamparter
2014-03-21ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat
2014-02-11security: Fix some typos and potential NULL-derefRemi Gacogne
2012-07-10ospf6d: fix segfault when requesting inexistant interfaces or areasVincent Bernat
2012-06-25ospf6d: add SNMP notifications/traps supportVincent Bernat
2012-06-25ospf6d: add SNMP support for ospfv3*LsdbTableVincent Bernat
2012-06-25ospf6d: add SNMP implementation of ospfv3IfTableVincent Bernat
2012-06-25ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat
2012-06-25ospf6d: complete SNMP implementation for scalar objectsVincent Bernat