summaryrefslogtreecommitdiffstats
path: root/lib/agentx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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