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
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
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.
-
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
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
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
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
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
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
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
10 matches
Mail list logo