Sure, but what if you replace the packet match with just packet in? On Oct 18, 2010 7:24 AM, <aza...@cs.toronto.edu> wrote: > I downloaded the VM-image from the HOTITTutorial OpenFlow page and then > pulled the zaku branch from nox-repo to replace the older version of NOX > that was pre-loaded with the vm. > > When I use that code I am not getting any packets at all. > > -adam > >> I don't really suspect this is the problem, but are you pulling nox from >> the openflow-1.0 branch or from zaku (the latter being the preferred >> answer). >> >> I've tested that code and it seems to work fine here. I'm using zaku and >> Open vSwitch. Obvious question: are you getting packets at all? >> >> -- Murphy >> >> On Oct 17, 2010, at 9:36 AM, aza...@cs.toronto.edu wrote: >> >>> >>> I am having some difficulty getting the following to work. I am trying >>> to >>> match incoming ARP replies and following the format from some of the >>> example programs. I have the following definition in the install >>> function, >>> but I never get any matches. >>> >>> arp_reply = { core.DL_TYPE: ethernet.ethernet.ARP_TYPE, core.NW_PROTO: >>> arp.arp.REPLY} >>> self.register_for_packet_match(self.handle_arp_reply, 0xFFFF , >>> arp_reply) >>> >>> >>> I am using the most recently updated version of nox which supports >>> OpenFlow 1.0 that allows filtering based on ARP opcodes. >>> >>> Thanks, >>> Adam >>> >>> >>> _______________________________________________ >>> nox-dev mailing list >>> nox-dev@noxrepo.org >>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org >> >> > > > > _______________________________________________ > nox-dev mailing list > nox-dev@noxrepo.org > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org