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
