On Thu, Dec 09, 2021 at 09:45:38PM +0530, Feroz wrote:
> In the NetSNMP sample code I see the following block.
> I would like to understand if NetSNMP support "CreateAndWait"
>
> File: ipAddressTable.c
>
> if (ROWSTATUS_CREATEANDWAIT == ipAddressRowStatus_val) {
> DEBUGMSGTL(("ipAddre
In the NetSNMP sample code I see the following block.
I would like to understand if NetSNMP support "CreateAndWait"
File: ipAddressTable.c
if (ROWSTATUS_CREATEANDWAIT == ipAddressRowStatus_val) {
DEBUGMSGTL(("ipAddressTable", "createAndWait not supported\n"));
return MFD_NOT_V