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

SDN Full packet processing #69

Open
twood02 opened this issue Feb 23, 2015 · 1 comment
Open

SDN Full packet processing #69

twood02 opened this issue Feb 23, 2015 · 1 comment
Assignees

Comments

@twood02
Copy link
Member

twood02 commented Feb 23, 2015

Write a pox program that receives the full packet data when no rule is matched (see https://github.com/noxrepo/pox/blob/carp/pox/misc/full_payload.py). Have it do something interesting based on what it can see in the full packet body, for example you could have the program record information about all HTTP get requests. For this to work you probably want every packet to go to the controller and then have the packet be forwarded without setting up a rule that would apply to other packets.

@kstats
Copy link
Member

kstats commented Mar 16, 2015

@jdk514 @sacul29 and I will take this!

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

No branches or pull requests

2 participants