X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/f306de83941839488b397fcc6607a535506d4a52..8d6d37b8ec43578679de9fefdfc9fd5fea549925:/sbin/hammer2/cmd_debug.c diff --git a/sbin/hammer2/cmd_debug.c b/sbin/hammer2/cmd_debug.c index 56448a97da..6e68b0dbab 100644 --- a/sbin/hammer2/cmd_debug.c +++ b/sbin/hammer2/cmd_debug.c @@ -181,6 +181,8 @@ hammer2_shell_parse(dmsg_msg_t *msg) ; } else if (strcmp(cmd, "span") == 0) { shell_span(circuit, cmdbuf); + } else if (strcmp(cmd, "circ") == 0) { + shell_circ(circuit, cmdbuf); } else if (strcmp(cmd, "tree") == 0) { dmsg_shell_tree(circuit, cmdbuf); /* dump spanning tree */ } else if (strcmp(cmd, "help") == 0 || strcmp(cmd, "?") == 0) {