Why did you add that code? You definitely need to flood ARP or handle it in some way otherwise you won't be able to ping.
Aaron On Thu, Aug 2, 2012 at 8:01 AM, Anthony Salim <[email protected] > wrote: > Hi guys, > > When i run nox component and also mininet, i am using pyswitch component > and add some codes inside. When i added this code, > > if packet.type == ethernet.LLDP_TYPE or packet.type == ethernet.ARP_TYPE: > return CONTINUE > > then i cant ping from host 1 to host 2 but if i removed that, it works. > does that mean it does not accept these two types of packets? Thanks. > > Regards, > Anthony >
