Closed Yi-Tseng closed 5 years ago
It should not be related as lldp pkts should be matched by the ACL table only
@Yi-Tseng can this be closed?
I'm still observing this issue on the latest master.
LLDP packets delivered to TH are not sent to ONOS as packet-in.
@Yi-Tseng do you remember if your PR #37 fixed this issue? I wonder if the updated P4 program caused the FPM compiler to generate a pipeline config output that breaks packet-in.
The issue has been fixed by @pudelkoM on stratum_bcm. Packet-ins were delivered to stratum with an invalid dst_port
metadata and so were dropped. The default behavior has been changed such that packet-ins are not dropped, while the error about dst_port
is still logged.
I think that is related to #25