Discussion:
[Ryu-devel] [PATCH 2/2] doc: Fix unexpected indent in ryu/lib/packet/bgp.py
IWASE Yusuke
2017-07-25 01:42:28 UTC
Permalink
Signed-off-by: IWASE Yusuke <***@gmail.com>
---
ryu/lib/packet/bgp.py | 2 ++
1 file changed, 2 insertions(+)

diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py
index 44ebdd0..72b6cea 100644
--- a/ryu/lib/packet/bgp.py
+++ b/ryu/lib/packet/bgp.py
@@ -4613,6 +4613,7 @@ class BGPFlowSpecTrafficMarkingCommunity(_ExtendedCommunity):
class BGPFlowSpecVlanActionCommunity(_ExtendedCommunity):
"""
Flow Specification Vlan Actions.
+
========= ===============================================
Attribute Description
========= ===============================================
@@ -4686,6 +4687,7 @@ class BGPFlowSpecVlanActionCommunity(_ExtendedCommunity):
class BGPFlowSpecTPIDActionCommunity(_ExtendedCommunity):
"""
Flow Specification TPID Actions.
+
========= =========================================================
Attribute Description
========= =========================================================
--
2.7.4
Loading...