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>
This commit is contained in:
IWASE Yusuke 2016-11-25 17:02:58 +09:00 committed by FUJITA Tomonori
parent f8fa7b68db
commit bc9796b097
1 changed files with 3 additions and 3 deletions

View File

@ -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.