diff options
| author | vivek <vivek@cumulusnetworks.com> | 2017-05-15 15:01:57 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-12 15:07:27 -0400 | 
| commit | 90e60aa7c9e2bf346c83b6c1757c060ab4859ad3 (patch) | |
| tree | 8c619b9aa123213d46fffb20ab676d3c7bb3897a /bgpd/bgp_evpn_vty.h | |
| parent | 520d5d768b996e96c375562d2b92c37801f9081b (diff) | |
bgpd: Additional configuration for EVPN
Implement configuration options for EVPN. The configuration options include
VNI configuration with RD and Import and Export Route Targets. Also, display
the EVPN configuration.
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_evpn_vty.h')
| -rw-r--r-- | bgpd/bgp_evpn_vty.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_evpn_vty.h b/bgpd/bgp_evpn_vty.h index fe01e84e2b..4c8f63c2f0 100644 --- a/bgpd/bgp_evpn_vty.h +++ b/bgpd/bgp_evpn_vty.h @@ -21,6 +21,9 @@  #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_ethernetvpn_init(void);  #define L2VPN_HELP_STR        "Layer 2 Virtual Private Network\n"  | 
