diff options
author | bisdhdh <biswajit.sadhu@gmail.com> | 2019-10-23 07:40:22 +0200 |
---|---|---|
committer | bisdhdh <biswajit.sadhu@gmail.com> | 2020-01-23 05:04:25 +0100 |
commit | 794b37d521176053ca1b1177a367333f1fc5c280 (patch) | |
tree | a076ed928cbb1a5ea863939bbf351073cf16a5a8 /bgpd/bgp_vty.h | |
parent | bgpd: BGP Graceful Restart Per Neighbor(BGPN), DS & header files. (diff) | |
download | frr-794b37d521176053ca1b1177a367333f1fc5c280.tar.xz frr-794b37d521176053ca1b1177a367333f1fc5c280.zip |
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 'bgpd/bgp_vty.h')
-rw-r--r-- | bgpd/bgp_vty.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index e1109841d..3f60c7719 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -46,8 +46,6 @@ struct bgp; "Address Family modifier\n" \ "Address Family modifier\n" - - #define SHOW_GR_HEADER \ "Codes: GR - Graceful Restart," \ " * - Inheriting Global GR Config,\n" \ @@ -70,8 +68,6 @@ struct bgp; vty, p, use_json, json); \ } while (0) - - extern void bgp_vty_init(void); extern const char *get_afi_safi_str(afi_t afi, safi_t safi, bool for_json); extern int bgp_get_vty(struct bgp **bgp, as_t *as, const char *name, |