From 6cbbe9280639ff48fa55b4e27d6f9f1130ed1e41 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Mon, 28 Jul 2014 18:23:00 +0900 Subject: 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 Signed-off-by: FUJITA Tomonori --- doc/source/library_bgp_speaker_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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: -- cgit v1.2.3