summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove BGP's asorig timer, it is no longer usedDaniel Walton2015-10-201-12/+2
* bgpd: backout change of bm->master and masterDonald Sharp2015-10-131-1/+1
* bgpd: fix using of two pointers for struct thread_masterDonald Sharp2015-09-241-1/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-4/+4
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-1/+6
* agentx: handle SNMP trapsVincent Bernat2012-06-251-2/+7
* smux: drop findVar element from trap object structVincent Bernat2012-06-251-2/+2
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-251-2/+2
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-4/+4