Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong processed packages in SDN switches using an external SDN controller #42

Open
rperezvaz opened this issue Nov 14, 2019 · 0 comments

Comments

@rperezvaz
Copy link

rperezvaz commented Nov 14, 2019

Dear @ljerezchaves,

I would like to use your implementation in NS3 for some research in 5G network slicing. In order to achieve this i would like to use an external SDN controller (ONOS is my prefered choice) but i found a critical bug.

I observed using wireshark that OpenFlow LLDP package that was received in the SDN controller (OFPT_PACKET_IN) was truncated previously by the ofswitch13 switches, affecting to the last part of the Data field of the OpenFlow 1.3 package.

It's true that with floodlight controller works, because i imagine that the fields that need to build the topology are correct (since the truncation happens at the end of the package) but ONOS needs this last part of the package and using a simple topology like this:

  • 2 hosts
  • 4 switches

ONOS goes crazy (because the received message indicates for example that Port Description is Port\330g in stead of Port 2).

Below I attached a wireshark capture form ONOS and Floodlight controllers to see clearly what i'm talking about.

Any idea?

Thanks,
Rubén.

wireshark_captures_onos_floodlight.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant