Merge pull request #3318 from qlyoung/agentx-remove-warning-msg

lib: remove agentx already enabled warning
This commit is contained in:
David Lamparter 2018-11-13 15:06:24 +01:00 committed by GitHub
commit e3b775dd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,9 +188,8 @@ DEFUN (agentx_enable,
events = list_new();
agentx_events_update();
agentx_enabled = 1;
return CMD_SUCCESS;
}
vty_out(vty, "SNMP AgentX already enabled\n");
return CMD_SUCCESS;
}