summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Use AF_UNSPEC instead of setting to 0Donald Sharp2022-02-071-4/+4
* *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-111-1/+1
* ospfd: Adding apropriate ism state in ptop neighbors.rgirada2021-10-261-1/+1
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-23/+20
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* ospfd: ospf_nbr_nbma_lookup_next always returns NULLDonald Sharp2021-01-281-22/+1
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-4/+7
* ospfd: replace inet_ntoaMark Stapp2020-10-221-4/+4
* ospfd: fix invocation of ospfTrapNbrStateChangeBabis Chalios2020-10-151-14/+19
* ospfd: Fix possible null derefDonald Sharp2020-04-171-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-4/+4
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+2
* *: Remove break after returnDonatas Abraitis2020-02-131-127/+0
* ospfd: nbr->oi is never nullDonald Sharp2019-11-221-2/+0
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* *: use array_size instead of raw divisionQuentin Young2019-02-261-22/+12
* *: fix clang-6 SA warningsDavid Lamparter2018-09-081-1/+0
* ospfd: Remove unused functionDonald Sharp2018-08-211-0/+1
* babeld, eigrpd, ospfd: unsigned negative checkpaco2018-06-181-3/+3
* ospfd: remove unnecessary assignmentQuentin Young2018-04-171-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-87/+87
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-7/+1
* ospfd: Set filter to unbound debug logsChirag Shah2017-12-271-5/+7
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-19/+19
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-5/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2343/+2254
* *: simplify log message lookupQuentin Young2017-06-211-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: snmp: convert into modulesDavid Lamparter2017-03-251-8/+23
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-11/+67
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-7/+7
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-15/+15
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-2/+2
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-9/+9
* *: fix in_addr initialisersDavid Lamparter2016-05-261-1/+1
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2016-05-261-0/+3
* snmp: fix warningsDavid Lamparter2016-05-261-6/+6
* *: nuke ^L (page feed)David Lamparter2014-06-041-10/+10
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-0/+48
* agentx: handle SNMP trapsVincent Bernat2012-06-251-4/+13
* smux: drop findVar element from trap object structVincent Bernat2012-06-251-16/+16
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-251-4/+4
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* ospfd: Fixes a crash of the daemon with a snmp walkJorge Boncompte [DTI2]2012-04-161-4/+4
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-5/+1
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-54/+70
* Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3