-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Tried to run ogo's l2 switch together with mininet. I first ran ./pox.py forwarding.l2_learning as my controller and set up a basic mininet network (and it worked), and now I want to replace pox with ogo's l2 switch example, but I get:
InboundError EOF
as soon as my mininet network is started. mininet itself seems to not notice any problems at first, but trying to do h1 ping h2 fails with Destination Host Unreachable. This is all that ogo l2 logs:
Ogo 2013
2014/08/13 17:30:16 Listening for connections on 0.0.0.0:6633
2014/08/13 17:30:19 InboundError EOF
2014/08/13 17:30:19 EOF
2014/08/13 17:30:19 Closing OpenFlow message stream.
2014/08/13 17:30:19 Openflow Connection: 00:00:00:00:00:00:00:01
Any hints regarding how to solve this would be appreciated. It seems that the Read from the connection sees an EOFfirst thing. Strange?
Metadata
Metadata
Assignees
Labels
No labels