summaryrefslogtreecommitdiff
path: root/lib/agentx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/agentx.c')
-rw-r--r--lib/agentx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/agentx.c b/lib/agentx.c
index 42c843bbb1..7c4bdcbe27 100644
--- a/lib/agentx.c
+++ b/lib/agentx.c
@@ -160,6 +160,7 @@ static void agentx_events_update(void)
/* AgentX node. */
static int config_write_agentx(struct vty *vty);
static struct cmd_node agentx_node = {
+ .name = "smux",
.node = SMUX_NODE,
.prompt = "",
.config_write = config_write_agentx,