Hi,
Did you "re-install" Ryu after you putting your apps into ryu/app directory?
I guess python will search your modules under python "site-packages" directory,
but your project is not installed with Ryu into this directory.
Please re-install Ryu with your project as follow and try again.
# A
Hi,
How about using NXM "nw_ttl" match field to drop packets with TTL=0?
But, currently, Ryu does not support this filed,
please apply the following patch.
$ git diff
diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_13.py
index 3e7c598..baa732c 100644
--- a/ryu/app/simple_switch_
Hi,
"ryu-manager --version" is the proper way to get the Ryu version.
Is there any problem on your environment in this way?
Thanks,
Iwase
On 2016年09月08日 00:28, Maurizio Marrocco wrote:
> Hi Ryu team.
>
> To know the Ryu version used, can I use the following command: ryu-manager
> --version? o
Hello all,
I am running a fat-tree topology. When I ping a host x with h1 it first
send arp discovery with ff:ff:ff:ff:ff:ff as destination. Hence
everytime a switch gets this packet it floods it. Having no TTL these
packets are immortal. My question is the following. What is the proper
way of
#outlook a {
padding: 0;
}
ReadMsgBody {
width: 100%;
}
ExternalClass {
width: 100%;
}
ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font,
.ExternalClass td, .ExternalClass div {
line-height: 100%;
}
body, table, td, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-ad
Hi Ryu team.
To know the Ryu version used, can I use the following command: ryu-manager
--version? or there is another way?
Thanks.
Maurizio
--
___
Ryu-devel mailing list
Ryu-
hi ryu teamI need to combine two application first :firewall like in ryu book
in single tenant and second: per-flow QoS and I have custom network
and I using the script code in controller :
ryu-manager ryu.app.rest_firewall ryu.app.rest_qos
ryu.app.qos_simple_switch_13 ryu.app.rest_conf_switc