summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2018-01-23 09:41:35 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-01-23 17:16:47 +0900
commitfa172559c586beeaa5d3ef8a5a1b94405faa50da (patch)
tree60675c4ae6141f2d79c23bc079e9c43ffb7bea7b
parent7d0b080e734d10ef54d5e93726aac28da3025f5c (diff)
bgp/application: Add note for BGPSpeaker API reference
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/application.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ryu/services/protocols/bgp/application.py b/ryu/services/protocols/bgp/application.py
index 31cfb5f0..b4ae49cf 100644
--- a/ryu/services/protocols/bgp/application.py
+++ b/ryu/services/protocols/bgp/application.py
@@ -104,6 +104,11 @@ Usage Example::
$ ryu-manager my_bgp_app.py \\
--bgp-app-config-file ryu/services/protocols/bgp/bgp_sample_conf.py
+.. note::
+
+ For the APIs for ``ryu.services.protocols.bgp.bgpspeaker.BGPSpeaker``,
+ please refer to :doc:`../library_bgp_speaker_ref`.
+
API Reference
=============
"""