summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-11-25 17:02:58 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-12-10 22:01:21 +0900
commitbc9796b0970dfb29308fd59b21f9c121b1f272aa (patch)
treeba3f501aebeefdda0c6d8d2f5dff55dd14ec8cfa
parentf8fa7b68dbe3df653e6871061fd509d324e48989 (diff)
library_bgp_speaker_ref: Fix unexpected indentation
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/services/protocols/bgp/bgpspeaker.py6
1 files 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.