Actions
Optimization #832
closed
VJ
EL
clean up packet action macros
Optimization #832:
clean up packet action macros
Effort:
Difficulty:
Label:
Description
Clean up is need for packet action macro's:
- PASS_PACKET, DROP_PACKET and the others should be wrappers to UPDATE_PACKET_ACTION
- Lets rename things to have PACKET_* prefix, as we use almost everywhere
- Consumers of these macro's should use PASS/DROP/etc macro's directly as much as possible, instead of the UPDATE macro
Actions