Hi KK. Thank you for reply. But just to have sure, in the pyswitch.py
component there are originally in lines 140-149:
*
# don't forward lldp packets
    if packet.type == ethernet.LLDP_TYPE:
        return CONTINUE

# learn MAC on incoming port
    do_l2_learning(dpid, inport, packet)

    forward_l2_packet(dpid, inport, packet, packet.arr, bufid)

    return CONTINUE
*
Doesn't it mean that the lldp packets are dropped, because no actions are
specified and they are not forward?

Thanks again.
I agree with you when you say that the community participation is very
important. If I'm wrong, please correct me.
Regards.
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to