summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-0/+8
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-3/+7
* Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-2/+3
* [64-bit] Fix 4 problems with printf formats and 64-bit size_tAndrew J. Schorr2007-04-271-6/+6
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-5/+2
* *.c: Change level of debug messages to LOG_DEBUG.hasso2004-12-241-11/+11
* Fix compile.hasso2004-11-261-1/+1
* Merge svn revisions 1208, 1222 and 1228 from Zebra cvs.hasso2004-11-251-1/+235
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-6/+1
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-4/+4
* Merge svn revisions 1065 and 1066 from Zebra CVS.hasso2004-10-081-0/+304