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

Packet IN via Http request #2

Closed
adibrastegarnia opened this issue Jul 20, 2018 · 4 comments
Closed

Packet IN via Http request #2

adibrastegarnia opened this issue Jul 20, 2018 · 4 comments

Comments

@adibrastegarnia
Copy link

Hi,

I would like to know oftee sends the whole OFmessage or just its data part?

Thanks,
Adib

@adibrastegarnia
Copy link
Author

I am getting only data part not OF headers.

@dbainbri-ciena
Copy link
Contributor

TeeRawPackets defaults to true and when this is true only the packets are sents, not the OF headers. perhaps this should default to false

@dbainbri-ciena
Copy link
Contributor

And actually, there is a context sent in front of the OF packet. It is a context and consists of the DPID and port for the Packet In message. The DPID is 64 bits and the port is 32bits

@dbainbri-ciena
Copy link
Contributor

just committed a change to the default. so now, by default, the context + of header + packet is sent/

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

2 participants