diff options
Diffstat (limited to 'bgpd/bgp_evpn_vty.h')
| -rw-r--r-- | bgpd/bgp_evpn_vty.h | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/bgpd/bgp_evpn_vty.h b/bgpd/bgp_evpn_vty.h index 4c8f63c2f0..3bc24593f4 100644 --- a/bgpd/bgp_evpn_vty.h +++ b/bgpd/bgp_evpn_vty.h @@ -21,12 +21,11 @@  #ifndef _FRR_BGP_EVPN_VTY_H  #define _FRR_BGP_EVPN_VTY_H -extern void -bgp_config_write_evpn_info (struct vty *vty, struct bgp *bgp, afi_t afi, -                            safi_t safi, int *write); +extern void bgp_config_write_evpn_info(struct vty *vty, struct bgp *bgp, +				       afi_t afi, safi_t safi, int *write);  extern void bgp_ethernetvpn_init(void);  #define L2VPN_HELP_STR        "Layer 2 Virtual Private Network\n"  #define EVPN_HELP_STR        "Ethernet Virtual Private Network\n" -#endif				/* _QUAGGA_BGP_EVPN_VTY_H */ +#endif /* _QUAGGA_BGP_EVPN_VTY_H */  | 
