aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vty/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/command.c b/src/vty/command.c
index b83522f4..7ea19712 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -633,7 +633,7 @@ static const struct value_string cmd_attr_desc[] = {
/* Public attributes (to be printed in the VTY / XML reference) */
#define CMD_ATTR_PUBLIC_MASK \
- (CMD_ATTR_IMMEDIATE | CMD_ATTR_NODE_EXIT)
+ (CMD_ATTR_HIDDEN | CMD_ATTR_IMMEDIATE | CMD_ATTR_NODE_EXIT)
/* Get a flag character for a global VTY command attribute */
static char cmd_attr_get_flag(unsigned int attr)