diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2014-07-28 18:23:00 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-07-28 19:16:41 +0900 |
commit | 6cbbe9280639ff48fa55b4e27d6f9f1130ed1e41 (patch) | |
tree | 93c1548159907a0958c0812ffc0de7fc471c9801 /doc | |
parent | a09850e480be6df232a7c8fdf144688be70876a1 (diff) |
bgp: refine and fix filter code
- change the name of the filter class from PrefixList to PrefixFilter to
make it easy to understand the role of this class.
- update docs
- fix bugs
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/library_bgp_speaker_ref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/library_bgp_speaker_ref.rst b/doc/source/library_bgp_speaker_ref.rst index aa2e9f55..86f520ee 100644 --- a/doc/source/library_bgp_speaker_ref.rst +++ b/doc/source/library_bgp_speaker_ref.rst @@ -11,5 +11,5 @@ BGPSpeaker class .. autoclass:: ryu.services.protocols.bgp.bgpspeaker.EventPrefix :members: -.. autoclass:: ryu.services.protocols.bgp.bgpspeaker.PrefixList +.. autoclass:: ryu.services.protocols.bgp.info_base.base.PrefixFilter :members: |