aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/command.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-06 00:20:24 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-06 00:20:37 +0700
commitceb3b394404540684f448d8edb43a9550f044def (patch)
treea22f3454580dd8b0d7a119f188fd8308d1a89ba1 /include/osmocom/vty/command.h
parentf94355dc680b4d258f6a4478ce36bbf8aac89777 (diff)
vty/command: add global command attribute CMD_ATTR_NODE_EXIT
Diffstat (limited to 'include/osmocom/vty/command.h')
-rw-r--r--include/osmocom/vty/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 43ad3da8..f558bb10 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -138,6 +138,7 @@ enum {
CMD_ATTR_DEPRECATED = (1 << 0),
CMD_ATTR_HIDDEN = (1 << 1),
CMD_ATTR_IMMEDIATE = (1 << 2),
+ CMD_ATTR_NODE_EXIT = (1 << 3),
};
/*! Structure of a command element */