dlinknctu / OpenNet

A Simulator for Software-Defined Wireless Local Area Network
GNU General Public License v2.0
72 stars 44 forks source link

OXM match fields missing #105

Closed MichalPalatinus closed 7 years ago

MichalPalatinus commented 7 years ago

Hi, I am using OpenNet with Ryu controller and the packets I receive at controller have only 'in_port' in oxm_fields. There is no information about ether_type or any other protocols as it is common to in OF1.3. Never happened to me before, so I don't know if its OpenNet issue or the problem is somewhere else. Do you have any suggestions?

Thank you

Michal

charlesmcchan commented 7 years ago

It is unlikely to be an OpenNet issue since the OF protocol of OpenNet is handled by OVS, which is an mature solution in terms of OF 1.3 support. Does the situation persist if you connect one OVS directly to the controller?

MichalPalatinus commented 7 years ago

Never mind, dumb question :D I realized I was confusing two different things, it has been a while since I have worked with OF. Sorry Thanks anyway