summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorbisdhdh <biswajit.sadhu@gmail.com>2019-10-23 11:10:22 +0530
committerbisdhdh <biswajit.sadhu@gmail.com>2020-01-23 09:34:25 +0530
commit794b37d521176053ca1b1177a367333f1fc5c280 (patch)
treea076ed928cbb1a5ea863939bbf351073cf16a5a8 /lib/command.h
parentb0965c44e942a06fedea73277aa164a27152a616 (diff)
bgpd: Adding BGP GR Global & Per Neighbour FSM changes
* Added FSM for peer and global configuration for graceful restart * Added debug option BGP_GRACEFUL_RESTART for logs specific to graceful restart processing Signed-off-by: Biswajit Sadhu <sadhub@vmware.com>
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
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);