Also, improve experimenter action related code so that
it can handle unknown actions as unknown.
Only OpenFlow 1.3 for now because this is planned to be used
for Neutron OVS agent and 1.3 is the version to be used there.
(https://blueprints.launchpad.net/neutron/+spec/ovs-ofctl-to-python)
Followi
Hi,
I tried to install two action buckets with fast fail over types. Though
the entries are installed properly, the packets are not flowing. I think
that the weight,atch_port or watch_group may be wrong..I didn't understand
the values set for these fields clearly..what does these fields denote.
Hi,
For my project i have to do load balancing based on available bandwidth.
How to find the available bandwidth from the no of bytes transmitted on a
link. Please clarify.
Further,if i use 'select' group type of group tables then what should be
the range of 'weight' value to be specified in th
Hi,
On 2015年01月16日 19:24, Clément Rault wrote:
> So I went back to using an older VM and it works. At least the simple example.
>
> But I try to do something more advanced the group entry is not present :/.
>
> ubuntu@sdnhubvm:~[02:21]$ curl -X POST -d '{
> "dpid": 1,
> "type": "FF"
Signed-off-by: IWASE Yusuke
---
doc/source/app/ofctl_rest.rst | 96 +++
1 file changed, 96 insertions(+)
diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst
index 81baa96..715707b 100644
--- a/doc/source/app/ofctl_rest.rst
+++ b/doc/
this patch makes ofctl_rest enable use of OFPAggregateStats message.
Get aggregate flow stats:
usage)
URI:/stats/aggregateflow/
method: GET
e.g.)
$ curl -X GET http://localhost:8080/stats/aggregateflow/1
{
"1": [
{
"packet_count": 18,
"
Signed-off-by: IWASE Yusuke
---
doc/source/app/ofctl_rest.rst | 57 +++
1 file changed, 57 insertions(+)
diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst
index 3437e44..81baa96 100644
--- a/doc/source/app/ofctl_rest.rst
+++ b/doc/
this patch makes ofctl_rest enable use of OFPQueueStats message.
usage)
URI:/stats/queue/
method: GET
e.g.)
$ curl -X GET http://localhost:8080/stats/queue/1
{
"1": [
{
"port_no": 1,
"queue_id": 0,
"tx_bytes": 0,
"tx_packets": 0,
"tx
Dear Mr.Fujita
> #1 and #4 are missing? If so, please repost the all?
I did send the all patches at the same time...
I guess some posts were lost on Ryu-devel mailing list...
--- The mail log that I have posted ---
Subject: [PATCH 1/4] ofctl_rest: support OFPQueueStats message
Date: Fri, 16
> hi,
>
> currently experimenter OXM support in Ryu is somehow specific
> to EXT-256.
>
> with the patch set i posted last week, it should be trivial
> to add your OXM.
> see http://sourceforge.net/p/ryu/mailman/message/33236847/ for example.
>
> YAMAMOTO Takashi
>
>> Hi All,
>>
>> I am tr
On Fri, 16 Jan 2015 17:19:57 +0900
YAMAMOTO Takashi wrote:
> Use numbers where appropriate.
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/app/ofctl/api.py | 4 +++-
> ryu/app/ofctl/event.py | 4 +++-
> ryu/app/ofctl/service.py
hi,
currently experimenter OXM support in Ryu is somehow specific
to EXT-256.
with the patch set i posted last week, it should be trivial
to add your OXM.
see http://sourceforge.net/p/ryu/mailman/message/33236847/ for example.
YAMAMOTO Takashi
> Hi All,
>
> I am trying to write a RYU scrip
On Fri, 16 Jan 2015 09:20:30 +0900
Yusuke Iwase wrote:
> Signed-off-by: IWASE Yusuke
> ---
> doc/source/app/ofctl_rest.rst | 106
> +-
> 1 file changed, 53 insertions(+), 53 deletions(-)
Applied, thanks.
#1 and #4 are missing? If so, please repost the all?
Thanks,
On Fri, 16 Jan 2015 10:02:08 +0900
Yusuke Iwase wrote:
> Signed-off-by: IWASE Yusuke
> ---
> doc/source/app/ofctl_rest.rst | 57
> +++
> 1 file changed, 57 insertions(+)
>
> diff --git a/doc
14 matches
Mail list logo