So the parameters for the packet_in callback are: dpid, inport, reason, len,
bufid, packet
The last one is an "ethernet" object from src/nox/lib/packet/ethernet.py. For
IP packets, this ethernet object will then reference an ipv4 object which then
might reference a tcp object. So for example,
Please see the question below. If you can point me in the right direction, I'd
appreciate it!
Gabe
From: Gabe Bassett
Sent: Friday, February 03, 2012 5:55 PM
To: 'yap...@stanford.edu'
Subject: Nox question
Hi,
I'm trying to learn openflow by building on the nox switch tutorial (as well as
le