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 ============= """