On Wed, 30 Jul 2014 18:27:43 +0900 Hiroshi Yokoi <[email protected]> wrote:
> added parameter for site_of_origins to neighbor_add and vrf_add method, > and fixed some import error. > > Signed-off-by: Hiroshi Yokoi <[email protected]> > --- > ryu/services/protocols/bgp/bgpspeaker.py | 13 ++++++++++++- > ryu/services/protocols/bgp/info_base/vrf.py | 2 +- > ryu/services/protocols/bgp/peer.py | 3 +++ > 3 files changed, 16 insertions(+), 2 deletions(-) I don't know which patch causes but I hit the unit test failure. Traceback (most recent call last): File "/Users/fujita/git/ryu/ryu/tests/unit/packet/test_bgp.py", line 136, in test_update2 eq_(str(msg), str(msg2)) ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
