Signed-off-by: IWASE Yusuke <[email protected]>
---
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 c56f8dd..d6314dd 100644
--- a/ryu/services/protocols/bgp/bgpspeaker.py
+++ b/ryu/services/protocols/bgp/bgpspeaker.py
@@ -560,7 +560,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.
@@ -572,8 +572,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.
"""
--
2.7.4
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel