From 985e2557b2fd59a024ae258bb05ddb215ac5409b Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Mon, 22 Aug 2016 17:21:29 +0900 Subject: BGPSpeaker: Support Ethernet VPN update messages This patch enables BGPSpeaker to advertise BGP EVPN routes and store the advertised BGP EVPN routes from the neighbors. TODO: - To support the VRF table for BGP EVPN routes. This patch supports the global table only. - To implement Multihoming Functions. Currently, ONLY Single-Homing is supported. Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/library_bgp_speaker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/library_bgp_speaker.rst b/doc/source/library_bgp_speaker.rst index cf809264..ee1694f6 100644 --- a/doc/source/library_bgp_speaker.rst +++ b/doc/source/library_bgp_speaker.rst @@ -6,8 +6,8 @@ Introduction ============ Ryu BGP speaker library helps you to enable your code to speak BGP -protocol. The library supports ipv4, ipv4 vpn, and ipv6 vpn address -families. +protocol. The library supports IPv4, IPv4 MPLS-labeled VPN, IPv6 +MPLS-labeled VPN and L2VPN EVPN address families. Example ======= -- cgit v1.2.3