From fa172559c586beeaa5d3ef8a5a1b94405faa50da Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 23 Jan 2018 09:41:35 +0900 Subject: [PATCH] bgp/application: Add note for BGPSpeaker API reference Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- ryu/services/protocols/bgp/application.py | 5 +++++ 1 file changed, 5 insertions(+) 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 ============= """