summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_snmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Quagga 0.99.14 (upstream) into kenwoodStephen Hemminger2009-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Grand unified Quagga Conflicts: bgpd/bgp_aspath.c bgpd/bgp_damp.c bgpd/bgp_damp.h bgpd/bgp_main.c bgpd/bgp_packet.c bgpd/bgp_route.c bgpd/bgpd.c configure.ac doc/zebra.8 lib/command.c lib/smux.c lib/workqueue.c ospfd/ospf_snmp.c ospfd/ospfd.c zebra/main.c zebra/rt_netlink.c zebra/zebra_rib.c
* Compiler warning fixes for when --enable-snmp is configured.Chris Caputo2009-05-061-13/+18
| | | | | Compiled on 32-bit and 64-bit linux gcc 4.1.2 platforms. No run-time testing on 32-bit and limited run-time testing on 64-bit.
* Make --enable-snmp cross compile and make libcrypto optional with ↵Joakim Tjernlund2008-08-251-1/+3
| | | | | | | --without-crypto Autoconfig work by me, the rest was done by "Kirill K. Smirnov" <lich@math.spbu.ru>
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-4/+1
| | | | | initializes connection, and "no smux peer" command terminates it. Fixes bugzilla #47 and #112.
* 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 lib/smux.c's reliance on daemons exporting struct thread_master *master.
* Fix build for net-snmppaul2003-03-181-81/+99
|
* Initial revisionpaul2002-12-131-0/+550