diff options
| author | Russ White <russ@riw.us> | 2017-10-31 20:27:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-31 20:27:19 -0400 |
| commit | 453a5340a8dc1400f44d1843b8687ac750282b12 (patch) | |
| tree | 6fb17dfb030db73e0050149b1a54eaa869ee3101 /lib/command.h | |
| parent | b8c962aa6e7411ac24d6532b3b0fc8896eaf82d4 (diff) | |
| parent | 62d52dedf08e47fb65674209cf5b7f9d62eb7e4f (diff) | |
Merge pull request #1363 from donaldsharp/z_improvements
Z improvements
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 e2d31decd4..9e6c954f15 100644 --- a/lib/command.h +++ b/lib/command.h @@ -358,6 +358,7 @@ struct cmd_node { #define PCE_STR "PCE Router Information specific commands\n" #define MPLS_STR "MPLS information\n" #define WATCHFRR_STR "watchfrr information\n" +#define ZEBRA_STR "Zebra information\n" #define CONF_BACKUP_EXT ".sav" |
