diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-04 13:54:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 13:54:55 -0400 |
| commit | 070d9eb9c8ebc7255412c445df6871898dfc152f (patch) | |
| tree | 3105cb07035c9dfda2e77a23cc33d972c672d0fd /lib/command_graph.h | |
| parent | 7e545c5614a77e83e1fe1d52d07eb58061e71134 (diff) | |
| parent | b855e95fd36f66d6644437afa248ad6afe6f4c44 (diff) | |
Merge pull request #6727 from opensourcerouting/nb-cfg-backoff
lib: introduce configuration back-off timer for YANG-modeled commands
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 1efe8b1803..179e104a57 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -74,6 +74,7 @@ enum cmd_token_type { enum { CMD_ATTR_NORMAL, CMD_ATTR_DEPRECATED, CMD_ATTR_HIDDEN, + CMD_ATTR_YANG, }; /* Comamand token struct. */ |
