From: Wes H. <har...@us...> - 2020-06-29 14:27:02
|
Craig Small <csmall@dropbear.xyz> writes: > Observed NETSNMP_DISABLE_SNMPV2C, NETSNMP_DISABLE_SNMPV1 defines. How > can we set and unset it? > > That's done at compile time with things like configure > --disable-snmpv1 Specifically, the only real benifit in doing so is that it removes the actual code that implements v1/v2c. That code is fairly small, the savings is minimal. It was developed as a sponsored effort by someone that wanted to be ultra-sure that v1/v2c wouldn't be used. -- Wes Hardaker Please mail all replies to net...@li... |