Re: [Ryu-devel] Ignoring some packet content in ryu

2017-08-20 Thread Fujimoto Satoshi
Hi, Gourav Sorry for delaying. Currently, no way is provided to ignore some layers (ethernet, ipv4, etc...) for the switch test tool. All you can do is ignoring whole packets at receiving end. By following fix, you can do it: diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.p

[Ryu-devel] Ignoring some packet content in ryu

2017-08-12 Thread Gourav Gopal
Hi, I am using RYU for unit testing Openflow based switch with a host running as controller and a connected switch at auxilliary switch ( https://osrg.github.io/ryu-book/en/html/switch_test_tool.html) I am running "ryu manager" with test cases in json files. I want to know is there any way to igno