hi,

> Hello,
> 
> I'm using ofsoftswitch13 installed on a router and connected it to
> controller over wlan interface. I have used following commands in switch to
> connect to controller
> 
> ofdatapath punix:/var/run/dp0 -i wlan0 -d 000000000001 --detach
> 
> ofprotocol unix:/var/run/dp0 tcp:10.10.100.10:6633  and it was connecting
> properly.
> 
> On controller I have started simple_switch_13.py .
> 
> I'm getting warning on switch as couldn't forward to input port and i could
> see the flows installed by controller in switch have match(inport = 1) and
> in actions (outport=1) which is causing warnings. These flows were added to
> switch by packet_in_handler() in simple_switch_13.py app. I'm attaching few
> screenshots relating to switch and controller named accordingly. It would
> be grateful if someone find a solution to stop those warnings.

i guess that the mac address 00:17:7c:16:99:ea has been seen
as both of dst and src address on ingress packets on port 1.
is it possible with your network topology?

some other points:
- simple_switch_13 is merely an example.  it's likely incomplete for
  non-trivial scenarios
- probably the datapath should not warn on such a flow as it's a completely
  valid flow

YAMAMOTO Takashi

> 
> 
> \xe1\x90\xa7

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to