]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/agentx.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / agentx.c
index 55bb9e99ece130d0c3a8171e1fa6f5a9cafad658..40cac722ae8dba1a4a47db2cecea6661ff73680b 100644 (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;
 }