summaryrefslogtreecommitdiffstats
path: root/lib/smux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: On shutdown, disable snmp from workingDonald Sharp2022-12-151-0/+3
* lib: Convert agentx_enabled to a boolDonald Sharp2022-12-151-1/+1
* bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEntry)Donatas Abraitis2022-11-141-2/+8
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-1/+2
* *: 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/+4
|\
| * isisd: support for snmplynne2021-03-021-0/+4
* | Merge pull request #8023 from volta-networks/feat_add_agentx_enabled_hookQuentin Young2021-02-241-0/+4
|\ \
| * | lib: add agentx_enabled hookKaren Schoener2021-02-161-0/+4
* | | bgpd, lib: add oid2in6_addr utility and use itPat Ruddy2021-02-171-0/+1
| |/ |/|
* | lib, bgpd: smux_trap return code is never usedDonald Sharp2021-02-141-3/+3
* | lib: allow traps with differently indexed objectsPat Ruddy2021-02-021-0/+10
* | bgpd: add SNMP support for mplsL3VpnRte TablePat Ruddy2021-02-021-0/+5
* | lib: add SNMP_OCTET macroPat Ruddy2021-02-021-1/+5
* | lib: add IANA defines and IPv6 macroPat Ruddy2021-02-021-0/+20
* | lib: add utilities to encode/decode an int in SNMP oidPat Ruddy2021-02-021-0/+2
* | bgpd, lib: add mplsL3VpnVrf tablePat Ruddy2021-02-021-0/+2
|/
* lib: make oid_copy_addr respect my constnessDonald Sharp2020-03-261-1/+1
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-3/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-45/+36
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: add missing includesDavid Lamparter2016-06-071-0/+2
* snmp: fix warningsDavid Lamparter2016-05-261-3/+3
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-0/+2
* agentx: handle SNMP trapsVincent Bernat2012-06-251-3/+28
* smux: drop findVar element from trap object structVincent Bernat2012-06-251-2/+1
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-251-1/+1
* smux: isolate SMUX implementation from SNMP implementationVincent Bernat2012-06-251-77/+4
* [cleanup] Use const in smux interfaceStephen Hemminger2009-06-181-2/+3
* [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macroChris Caputo2009-06-021-2/+2
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-2/+2
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-11/+12
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-1/+1
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-1/+1
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-2/+2
* Initial revisionpaul2002-12-131-0/+159