I refined the patches I sent on 22 Jul (not the patches I sent today). Please discard the past patches.
The following patches fix some bugs related to out-bound filter and improve the filter function of Ryu BGP. - fix the bug when use Ryu BGP as RyuApp - filter function is now configurable through configure file - add in-bound filter - add adj-rib-in and adj-rib-out (these tables can be used to implement BMP) - add some show commands to ssh client ISHIDA Wataru (8): bgp: move filter class under info_base/ bgp: enable filter configuration via configuration file bgp: add in-filter function bgp: create adjacent rib in peer instance bgp: manage filter in a peer instance instead of rtconf bgp: refine and fix filter code bgp: add show neighbor command to ssh client bgp: add show neighbor filter command to ssh client doc/source/library_bgp_speaker_ref.rst | 2 +- ryu/services/protocols/bgp/api/rtconf.py | 47 +++- ryu/services/protocols/bgp/bgpspeaker.py | 223 +++++------------- ryu/services/protocols/bgp/info_base/base.py | 176 ++++++++++++++ ryu/services/protocols/bgp/model.py | 35 ++- .../bgp/operator/commands/show/neighbor.py | 62 ++++- ryu/services/protocols/bgp/peer.py | 243 ++++++++++++++------ ryu/services/protocols/bgp/rtconf/base.py | 5 +- ryu/services/protocols/bgp/rtconf/neighbors.py | 93 +++++--- ryu/services/protocols/bgp/signals/emit.py | 12 + 10 files changed, 617 insertions(+), 281 deletions(-) -- 1.7.10.4 ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel