Re: [Ryu-devel] [PATCH] bgp: Added support to indicate the next hop IP address for the BGP module

2015-08-23 Thread FUJITA Tomonori
On Fri, 21 Aug 2015 12:25:59 +0900 ISHIDA Wataru wrote: > If the path has a next hop value set, it should be used in the BGP > Update message first. This changes to logic to use the check for the > next hop in the order prefix/path->peer config->speaker config. This > will allow for sending the

Re: [Ryu-devel] [IMPORTANT]: Query regarding BGP Speaker and BGP Peer States.

2015-08-23 Thread FUJITA Tomonori
On Wed, 19 Aug 2015 09:35:32 +0900 (JST) FUJITA Tomonori wrote: > On Mon, 17 Aug 2015 23:19:55 +0900 (JST) > FUJITA Tomonori wrote: > >> Oops, looks like I left out exporting the important API (I'll export >> this soon). But, you can easily do such. > > How about the following? > > = >>From b

Re: [Ryu-devel] [PATCH 1/4] ofproto_v1_2_parser: Fix typo in comment

2015-08-23 Thread FUJITA Tomonori
On Mon, 24 Aug 2015 09:56:47 +0900 Minoru TAKAHASHI wrote: > Signed-off-by: Minoru TAKAHASHI > --- > ryu/ofproto/ofproto_v1_2_parser.py | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) Applied the all, thanks. -

Re: [Ryu-devel] [PATCH] Remove hosts from edge port when link added

2015-08-23 Thread FUJITA Tomonori
On Fri, 21 Aug 2015 23:55:00 +0800 Yi Tseng wrote: > From ba9faae2a4937652dc7b9878f59f79bb3db01249 Mon Sep 17 00:00:00 2001 > From: Takeshi > Date: Fri, 21 Aug 2015 23:53:13 +0800 > Subject: [PATCH] Remove hosts from edge port when link added > > Host could be added into edge port if host packe

[Ryu-devel] [PATCH 3/4] ofproto_v1_4_parser: Fix typo in comment

2015-08-23 Thread Minoru TAKAHASHI
Signed-off-by: Minoru TAKAHASHI --- ryu/ofproto/ofproto_v1_4_parser.py | 59 +++--- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 9b2ec6b..45411ae 100644 --- a/ryu/ofp

[Ryu-devel] [PATCH 2/4] ofproto_v1_3_parser: Fix typo in comment

2015-08-23 Thread Minoru TAKAHASHI
Signed-off-by: Minoru TAKAHASHI --- ryu/ofproto/ofproto_v1_3_parser.py | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 663344c..3858064 100644 --- a/ryu/ofproto/ofproto_v1_3_par

[Ryu-devel] [PATCH 4/4] ofproto_v1_5_parser: Fix typo in comment

2015-08-23 Thread Minoru TAKAHASHI
Signed-off-by: Minoru TAKAHASHI --- ryu/ofproto/ofproto_v1_5_parser.py | 58 ++ 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_5_parser.py b/ryu/ofproto/ofproto_v1_5_parser.py index 066ace2..1c98f04 100644 --- a/ryu/ofpr

[Ryu-devel] [PATCH 1/4] ofproto_v1_2_parser: Fix typo in comment

2015-08-23 Thread Minoru TAKAHASHI
Signed-off-by: Minoru TAKAHASHI --- ryu/ofproto/ofproto_v1_2_parser.py | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_2_parser.py b/ryu/ofproto/ofproto_v1_2_parser.py index cd67a9b..4b38341 100644 --- a/ryu/ofproto/ofproto_v1_2_parser.py +++ b/r

Re: [Ryu-devel] Measure number of installed flow rules

2015-08-23 Thread Yusuke Iwase
Hi, On 2015年08月23日 07:11, Daniel Herrmann wrote: > I am using Ryu and OVS in my testbed setup. > > As metric I need to measure the number of implemented flow rules per > datapath. > > Is there an easy way to fetch this information on a regular interval, or > is it easier to keep track on this di

Re: [Ryu-devel] Implementing OpenFlow Group Table Buckets with different Instructions

2015-08-23 Thread Yusuke Iwase
Hi, On 2015年08月23日 00:38, Daniel Herrmann wrote: > Hi, > > I am using Ryu and OVS in order to set up some tests. I need to do the > following: > > Table 0 matches on some factors such as IP addresses and so on and > forwards the processing to a specific group ID. > > Based on the group result I