On Thu, 11 Dec 2014 15:21:36 +0900
Yusuke Iwase wrote:
> Currently, clear flow entries command (/stats/flowentry/clear/)
> in ofctl_rest deletes flow entries from only table 0.
> This patch fixes the command to delete flow entries from all tables.
>
> Signed-off-by: IWASE Yusuke
> ---
> ryu/ap
Currently, clear flow entries command (/stats/flowentry/clear/)
in ofctl_rest deletes flow entries from only table 0.
This patch fixes the command to delete flow entries from all tables.
Signed-off-by: IWASE Yusuke
---
ryu/app/ofctl_rest.py | 6 --
1 file changed, 4 insertions(+), 2 deletion
Hi,Json
>However, in terms of priority values, port 5002 was supposed to have the
>higher priority value and occupy the bandwidth but its bandwidth dropped at >t
>= 4 after the client 1(port 5001, priority = 1) made a request of data.
>It seemed that the priority setting didn’t work at all.
Hi Clément,
On 2014年12月10日 22:30, Clément Rault wrote:
> Hi,
>
> It there a way to force the actions present in the actions set to be
> immediately applied?
If you use Apply-Actions instruction, please describe the "action" directly
in actions array.
e.g.)
curl -X POST -d '{
"dpid": 1,
Hi,
It there a way to force the actions present in the actions set to be
immediately applied?
It's quite important for me to be able to do that so that I can use
the metadata to communicate between tables but I couldn't find it in
the documentation
(http://ryu.readthedocs.org/en/latest/app/ofctl_