summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-16/+23
* Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-2/+8
* 2005-09-10 Paul Jakma <paul.jakma@sun.com>paul2005-09-101-2/+1
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-4/+4
* * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for oldhasso2005-02-011-1/+1
* * bgp_nexthop.c: Improve debug.hasso2005-02-011-5/+0
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-7/+1
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-1/+1
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-1/+7
* Import of zebra.org 20030428-18:07 ISTpaul2003-04-281-1/+0
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-2/+6
* Fix build for net-snmppaul2003-03-181-1/+4
* Initial revisionpaul2002-12-131-0/+875