On Wed, 27 Oct 2004 08:43:10 -0400 [EMAIL PROTECTED] wrote:
CRC>    #if !defined(DISABLE_SNMPV1) || !defined(DISABLE_SNMPV2C)
CRC> 
CRC> which DeMorgan tells us is really:
CRC> 
CRC>    #if defined(DISABLE_SNMPV1) && defined(DISABLE_SNMPV2C)
CRC> 
CRC> and if I read the code around it properly, this says that community
CRC> strings will *only* be copied if *neither* SNMPv1 or SNMPv2c was compiled
CRC> into the agent.  Not what was intended, I imagine.

No, communities will not be copied if V1 and V2 are both *disabled*. If either
or both are enabled, then communities will be copied.

-- 
Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/>
<irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to