summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* [ospfd] Return SNMP standard neighbor state values, not quagga internal onesAndrew J. Schorr2007-03-141-1/+39
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-11/+2
* [ospfd] Improve two info log messages in ospf_snmp.cAndrew J. Schorr2006-06-241-2/+8
* 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-061-58/+103
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+108
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+1
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-1/+10
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-27/+21
* * ospf_snmp.c: Don't crash in snmp query if ospf instance doesn'thasso2005-03-271-0/+3
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-1/+1
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-7/+1
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-9/+7
* 2004-10-07 Paul Jakma <paul@dishone.st>paul2004-10-071-3/+3
* 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-1/+1
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-1/+3
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-20/+43
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-48/+65
* Fix build for net-snmppaul2003-03-181-0/+3
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpaul2002-12-131-1/+1
* Initial revisionpaul2002-12-131-0/+2443