summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_snmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* zebra: in_addr_cmp and `struct prefix` are not happyDonald Sharp2020-04-171-2/+2
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-6/+6
* *: Remove break after returnDonatas Abraitis2020-02-131-17/+0
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-9/+9
* zebra: Update snmp code to use nexthop pointerStephen Worley2019-10-251-6/+6
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-53/+55
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-10/+11
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-7/+5
* zebra: Fixup indentationDonald Sharp2017-09-111-6/+9
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-446/+433
* zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-34/+34
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: snmp: convert into modulesDavid Lamparter2017-03-251-5/+21
* zebra: fix sign warning in SNMP codeDavid Lamparter2016-11-151-2/+2
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-2/+2
* zebra: fix include for SNMPDavid Lamparter2016-07-281-0/+1
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-2/+0
* ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAMEDonald Sharp2015-12-041-2/+1
* lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-301-3/+8
* *: nuke ^L (page feed)David Lamparter2014-06-041-3/+3
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-5/+5
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-251-0/+8
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-14/+19
* Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-4/+1
* Some compiler warnings fixes and fix for bugzilla #119.hasso2004-10-121-5/+5
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-191-1/+4
* Fix build for net-snmppaul2003-03-181-81/+99
* Initial revisionpaul2002-12-131-0/+550