Hi,
I am trying to test my hardware switch that is openflow enabled. When i run
the below script it stops as shown below saying "Connect unknown SW". Can
you help me with this?
ryu@ryu-vm:~/ryu$ PYTHONPATH=. ./bin/ryu-manager --test-switch-dir
ryu/tests/switch/of13/ ryu/tests/switch/tester.py
lo
Dear Mr. Yusuke Iwase
Thank you very much for replying and the explanation!
2014-12-25 13:28 GMT+08:00 Yusuke Iwase :
> Dear Mr.Jason,
>
> Please don't drop the mailing list.
> Ryu-devel
>
> > I am wondering if the action "drop" exists in your code.
> > However, it seems the packets can on
Signed-off-by: ISHIDA Wataru
---
ryu/lib/packet/ospf.py | 35 ++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/ryu/lib/packet/ospf.py b/ryu/lib/packet/ospf.py
index a776b94..0dfda1a 100644
--- a/ryu/lib/packet/ospf.py
+++ b/ryu/lib/packet/ospf.py
@
Hi,
I'll send a patch which adds SummaryLSA class soon.
Clould you test that?
On 2014/12/29 11:46, ocean shi wrote:
Hi everyone, I'm using the ryu/lib/packet/ospf.py to do something,
especially the SummaryLSA class, but i find that its not implemented
yet, just written "pass". Why is it not im