summaryrefslogtreecommitdiffstats
path: root/lib/agentx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+3
* *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-071-8/+12
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-151-0/+10
|\
| * isisd: support for snmplynne2021-03-021-0/+10
* | Merge pull request #8023 from volta-networks/feat_add_agentx_enabled_hookQuentin Young2021-02-241-0/+13
|\ \ | |/ |/|
| * lib: add agentx_enabled hookKaren Schoener2021-02-161-0/+13
* | lib, bgpd: smux_trap return code is never usedDonald Sharp2021-02-141-8/+8
* | Merge pull request #7917 from pjdruddy/l3vpn-mpls-snmp-upstream-1Martin Winter2021-02-101-2/+29
|\ \ | |/ |/|
| * lib: allow traps with differently indexed objectsPat Ruddy2021-02-021-2/+29
* | lib/xref: put setup calls in librariesDavid Lamparter2021-02-011-0/+3
|/
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-2/+3
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-3/+5
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* lib: Test return of fcntl in agentx.cDonald Sharp2020-02-041-5/+19
* lib: changes for making snmp socket non-blockingsudhanshukumar222019-10-111-0/+16
* lib: remove agentx already enabled warningQuentin Young2018-10-281-2/+1
* *: style for EC replacementsQuentin Young2018-09-131-8/+4
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-5/+5
* *: style for flog_warn conversionsQuentin Young2018-09-061-2/+2
* lib: Convert to flog_warn in agentx.cDonald Sharp2018-09-061-1/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* lib: Add LIB_ERR_SNMPDonald Sharp2018-08-141-4/+9
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-229/+225
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-1/+1
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-1/+1
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-3/+3
|/
* lib: fix more docstringsQuentin Young2017-07-061-4/+2
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Merge pull request #408 from qlyoung/remove-thread-macrosRuss White2017-05-101-3/+7
|\
| * *: update thread_add_* callsQuentin Young2017-05-091-4/+7
| * *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+3
* | *: Allow agentx to be displayed as part of vtyshDonald Sharp2017-05-091-3/+4
|/
* *: snmp: convert into modulesDavid Lamparter2017-03-251-2/+2
* build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-2/+3
* lib: AgentX: use threads instead of eventloop hackDavid Lamparter2016-07-281-1/+104
* *: fixup snmp supportDavid Lamparter2016-07-241-0/+1
* Fixup code to use correct XMALLOC operatorsDonald Sharp2015-08-261-2/+2
* agentx: handle SNMP trapsVincent Bernat2012-06-251-1/+81
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-251-1/+1
* agentx: add AgentX support to Quagga.Vincent Bernat2012-06-251-0/+133