From bc9796b0970dfb29308fd59b21f9c121b1f272aa Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Fri, 25 Nov 2016 17:02:58 +0900 Subject: [PATCH] library_bgp_speaker_ref: Fix unexpected indentation Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- ryu/services/protocols/bgp/bgpspeaker.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ryu/services/protocols/bgp/bgpspeaker.py b/ryu/services/protocols/bgp/bgpspeaker.py index 0be30d77..76ca135a 100644 --- a/ryu/services/protocols/bgp/bgpspeaker.py +++ b/ryu/services/protocols/bgp/bgpspeaker.py @@ -576,7 +576,7 @@ class BGPSpeaker(object): ``ip_prefix`` specifies an IPv4 or IPv6 prefix to advertise. ``gw_ip_addr`` specifies an IPv4 or IPv6 address of - gateway to advertise. + gateway to advertise. ``vni`` specifies an Virtual Network Identifier for VXLAN or Virtual Subnet Identifier for NVGRE. @@ -588,8 +588,8 @@ class BGPSpeaker(object): to advertise. By the default, this encapsulation attribute is not advertised. - ```pmsi_tunnel_type`` specifies the type of the PMSI tunnel attribute - used to encode the multicast tunnel identifier. + ``pmsi_tunnel_type`` specifies the type of the PMSI tunnel attribute + used to encode the multicast tunnel identifier. This field is advertised only if route_type is EVPN_MULTICAST_ETAG_ROUTE.