Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug832 #402

Closed
wants to merge 3 commits into from
Closed

Bug832 #402

wants to merge 3 commits into from

Conversation

regit
Copy link
Contributor

@regit regit commented Jun 24, 2013

This implements bug 832 which is a cleaning work on PACKET macros.

Rename all Packet action macro to have them prefixed by PACKET.
PACKET_* are now wrapper to the newly introduced PACKET_SET_ACTION
macro.
Setting the ACTION_DROP flag can be done via PACKET_DROP instead
of using PACKET_UPDATE_ACTION.
@inliniac
Copy link
Contributor

I think we need to inspect things that are most likely to discard a rule early first, as most rules don't completely match. Also, IIRC in the past there was a somewhat obscure relation between these MATCH matches and stateful detection. So a lot of testing/validation/profiling would be needed before this can go in.

@regit
Copy link
Contributor Author

regit commented Jun 24, 2013

I don't think I've changed any logic here but in the last patch. If we have any doubt on it I propose to discard it as it is fundamentally not a must have.

@inliniac
Copy link
Contributor

Seems my comment is in the wrong pr :)

@inliniac
Copy link
Contributor

Merged, thanks Eric.

@inliniac inliniac closed this Jun 27, 2013
@regit regit deleted the bug832 branch September 10, 2013 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants