mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +00:00
lib: remove agentx already enabled warning
This duplicates itself N times since it's not wrappered in a vtysh command. In lieu of doing that, just remove the message, it's not really necessary. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
a353782e3b
commit
5fedee185f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user