index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
agentx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+3
*
*: don't pass pointers to a local variables to thread_add_*
Igor Ryzhov
2021-10-07
1
-8
/
+12
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
Merge pull request #7945 from volta-networks/feat_isis_snmp
Renato Westphal
2021-03-15
1
-0
/
+10
|
\
|
*
isisd: support for snmp
lynne
2021-03-02
1
-0
/
+10
*
|
Merge pull request #8023 from volta-networks/feat_add_agentx_enabled_hook
Quentin Young
2021-02-24
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
lib: add agentx_enabled hook
Karen Schoener
2021-02-16
1
-0
/
+13
*
|
lib, bgpd: smux_trap return code is never used
Donald Sharp
2021-02-14
1
-8
/
+8
*
|
Merge pull request #7917 from pjdruddy/l3vpn-mpls-snmp-upstream-1
Martin Winter
2021-02-10
1
-2
/
+29
|
\
\
|
|
/
|
/
|
|
*
lib: allow traps with differently indexed objects
Pat Ruddy
2021-02-02
1
-2
/
+29
*
|
lib/xref: put setup calls in libraries
David Lamparter
2021-02-01
1
-0
/
+3
|
/
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-2
/
+3
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-3
/
+5
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
lib: Test return of fcntl in agentx.c
Donald Sharp
2020-02-04
1
-5
/
+19
*
lib: changes for making snmp socket non-blocking
sudhanshukumar22
2019-10-11
1
-0
/
+16
*
lib: remove agentx already enabled warning
Quentin Young
2018-10-28
1
-2
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-8
/
+4
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-5
/
+5
*
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-2
/
+2
*
lib: Convert to flog_warn in agentx.c
Donald Sharp
2018-09-06
1
-1
/
+2
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-4
/
+4
*
lib: Add LIB_ERR_SNMP
Donald Sharp
2018-08-14
1
-4
/
+9
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-3
/
+3
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-229
/
+225
*
Merge remote-tracking branch 'frr/master' into newline-redux
David Lamparter
2017-07-14
1
-1
/
+1
|
\
|
*
vtysh: return non-zero for configuration failures
Daniel Walton
2017-07-13
1
-1
/
+1
*
|
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-3
/
+3
|
/
*
lib: fix more docstrings
Quentin Young
2017-07-06
1
-4
/
+2
*
*: use vty_outln
Quentin Young
2017-06-29
1
-3
/
+3
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
Merge pull request #408 from qlyoung/remove-thread-macros
Russ White
2017-05-10
1
-3
/
+7
|
\
|
*
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-4
/
+7
|
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-2
/
+3
*
|
*: Allow agentx to be displayed as part of vtysh
Donald Sharp
2017-05-09
1
-3
/
+4
|
/
*
*: snmp: convert into modules
David Lamparter
2017-03-25
1
-2
/
+2
*
build: replace some hardcoding with ./configure
David Lamparter
2016-12-20
1
-2
/
+3
*
lib: AgentX: use threads instead of eventloop hack
David Lamparter
2016-07-28
1
-1
/
+104
*
*: fixup snmp support
David Lamparter
2016-07-24
1
-0
/
+1
*
Fixup code to use correct XMALLOC operators
Donald Sharp
2015-08-26
1
-2
/
+2
*
agentx: handle SNMP traps
Vincent Bernat
2012-06-25
1
-1
/
+81
*
smux: remove `tick` argument from smux_trap()
Vincent Bernat
2012-06-25
1
-1
/
+1
*
agentx: add AgentX support to Quagga.
Vincent Bernat
2012-06-25
1
-0
/
+133