Re: [Ryu-devel] [PATCH] bgp: Enable to configure default local preference

2017-05-09 Thread FUJITA Tomonori
On Tue, 4 Apr 2017 14:44:52 +0900 Satoshi Fujimoto wrote: > This patch enables to configure the default local preference. > If not specified, the value will be 100 as a default. > > Signed-off-by: Satoshi Fujimoto > --- >

[Ryu-devel] [PATCH] bgp: Enable to configure default local preference

2017-04-03 Thread Satoshi Fujimoto
This patch enables to configure the default local preference. If not specified, the value will be 100 as a default. Signed-off-by: Satoshi Fujimoto --- ryu/services/protocols/bgp/application.py | 4 ryu/services/protocols/bgp/bgp_sample_conf.py | 3 +++