]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vty.h
bgpd: Adding BGP GR Global & Per Neighbour FSM changes
[mirror_frr.git] / bgpd / bgp_vty.h
index e1109841d2b41c1578c7ccfedfa5f1338087f633..3f60c7719c2dccb030895d7c477f79229108612c 100644 (file)
@@ -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,