summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_snmp.c (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
* bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEntry)Donatas Abraitis2022-11-141-853/+5
* bgpd: Convert from bgp_clock() to monotime()Donald Sharp2022-08-241-2/+2
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-3/+3
* bgpd: Fix misleading comments for some partsDonatas Abraitis2021-08-051-1/+1
* bgpd: Make sure we don't miss to unlock for bgp_dest before returningDonatas Abraitis2021-06-221-2/+2
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-8/+6
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* lib, bgpd: smux_trap return code is never usedDonald Sharp2021-02-141-4/+4
* bgpd: update traps to RFC4273 NotificationsPat Ruddy2021-02-021-6/+7
* bgpd: add MPLSVPN SNMP boilerplatePat Ruddy2021-02-021-0/+2
* bgpd: implement bgpPeerTable accross VRFsVincent Bernat2020-08-061-24/+22
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-14/+14
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-4/+7
* bgpd: Fixed snmp and bmp 'just Established' test.Josh Cox2020-03-191-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-2/+2
* *: Remove break after returnDonatas Abraitis2020-02-131-38/+1
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-2/+2
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* bgpd: hook for bgp peer status change eventsMarton Kun-Szabo2019-08-131-1/+5
* *: use array_size instead of raw divisionQuentin Young2019-02-261-8/+6
* bgpd: Cleanup non-normal compiled code pathDonald Sharp2018-12-121-2/+2
* bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-161-2/+4
* bgpd: fix missed info->path rename in snmpDavid Lamparter2018-10-161-1/+1
* bgpd: Convert binfo to pathDonald Sharp2018-10-091-22/+22
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-6/+7
* bgpd: Implement group-overrides for peer timersPascal Mathis2018-06-141-5/+5
* bgpd: fix and improve snmp peer lookupsPascal Mathis2018-05-111-20/+22
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-37/+37
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-2/+0
* bgpd: use atomic_* ops on _Atomic variablesQuentin Young2018-01-091-9/+9
* bgpd: fix various problems with hold/keepalive timersDon Slice2017-10-261-2/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-0/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+0
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-687/+730
* bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-8/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* *: snmp: convert into modulesDavid Lamparter2017-03-251-8/+21
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-5/+11
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-4/+4
* *: fix in_addr initialisersDavid Lamparter2016-05-261-1/+1
* bgpd: fix SNMP write supportDavid Lamparter2016-05-261-18/+20
* Use a hash to store BGP peer structuresDaniel Walton2015-10-231-1/+3