diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-10-04 13:44:19 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-10-06 15:34:32 +0200 |
| commit | 3df576449993ad88b70b6668931d875557cf5139 (patch) | |
| tree | 2b650465ba26e13fc0aa53622c2984907572fbe2 /lib/command_graph.h | |
| parent | ba31dc303a2db9d9ce0cf8f8d08697fc46461320 (diff) | |
lib: add CMD_ATTR_NOSH
To propagate into .xref so extract.pl can be handled there.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command_graph.h')
| -rw-r--r-- | lib/command_graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h index 57a70a8186..b8c7a9c72c 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -77,6 +77,7 @@ enum { CMD_ATTR_YANG = (1 << 0), CMD_ATTR_HIDDEN = (1 << 1), CMD_ATTR_DEPRECATED = (1 << 2), + CMD_ATTR_NOSH = (1 << 3), }; enum varname_src { |
