I see one exit statement below:
https://github.com/P4ELTE/use_cases/blob/master/p4-16/bst/cpf_ran.p4#L170
The exit statement causes exit out of RANIngress control. But the RANIngressDeparser still runs and emits the packet. Sorry, I don't understand if the packet is dropped, the deparser should not emit anything.
I see one exit statement below:
https://github.com/P4ELTE/use_cases/blob/master/p4-16/bst/cpf_ran.p4#L170
The exit statement causes exit out of RANIngress control. But the RANIngressDeparser still runs and emits the packet. Sorry, I don't understand if the packet is dropped, the deparser should not emit anything.