On Wed, 10 Sep 2014 17:28:05 +0900 Hiroshi Yokoi <[email protected]> wrote:
> add local preference support in bgp. > It is possible to apply local preference to specific paths by using > AttributeMap. > > Unfortunately this patch supports only IPv4 path and I'm going to start > writing patches > for other route families after this. > > Signed-off-by: Hiroshi Yokoi <[email protected]> > --- > doc/source/library_bgp_speaker_ref.rst | 6 + > ryu/services/protocols/bgp/api/rtconf.py | 20 +++ > ryu/services/protocols/bgp/bgpspeaker.py | 45 +++++ > ryu/services/protocols/bgp/info_base/base.py | 217 > +++++++++++++++++++++++++ > ryu/services/protocols/bgp/peer.py | 53 +++++- > ryu/services/protocols/bgp/rtconf/neighbors.py | 15 ++ > 6 files changed, 355 insertions(+), 1 deletion(-) Applied, thanks a lot! ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
