diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-06 03:55:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-06 03:55:10 +0200 |
| commit | 9b0a8efa465aac570b076540490f123a1ec80f08 (patch) | |
| tree | e5789d30e7eb92331a78fccdbe0e22a0ed76365a /lib/command.h | |
| parent | c053ff8bff5adba000097ae81c17a0e1cb6c7a43 (diff) | |
| parent | 64ac44f6f0095039f93ee622207bb791c2da46c6 (diff) | |
Merge pull request #912 from chiragshah6/mdev
Fix Multi-Instance OSPF configurations CLIs
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 533b4b3289..5184b53a9f 100644 --- a/lib/command.h +++ b/lib/command.h @@ -181,6 +181,7 @@ struct cmd_node { #define CMD_ERR_NO_FILE 11 #define CMD_SUSPEND 12 #define CMD_WARNING_CONFIG_FAILED 13 +#define CMD_NOT_MY_INSTANCE 14 /* Argc max counts. */ #define CMD_ARGC_MAX 25 |
