diff options
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command.h b/lib/command.h index ca2ff1d5fb..ea8a76a964 100644 --- a/lib/command.h +++ b/lib/command.h @@ -419,7 +419,6 @@ struct cmd_node { "<zebra|ripd|ripngd|ospfd|ospf6d|bgpd|isisd|pbrd|fabricd|pimd|staticd|sharpd|vrrpd|ldpd>" /* Graceful Restart cli help strings */ - #define GR_CMD "Global Graceful Restart command\n" #define NO_GR_CMD "Undo Global Graceful Restart command\n" #define GR "Global Graceful Restart - GR Mode\n" @@ -434,7 +433,6 @@ struct cmd_node { #define GR_NEIGHBOR_HELPER_CMD "Graceful Restart Helper command for a neighbor\n" #define NO_GR_NEIGHBOR_HELPER_CMD "Undo Graceful Restart Helper command for a neighbor\n" - /* Prototypes. */ extern void install_node(struct cmd_node *node, int (*)(struct vty *)); extern void install_default(enum node_type); |
