Skip to content

acl: run extension functions only once per packet#513

Merged
AltraMayor merged 1 commit intomasterfrom
acl_skip
Jul 29, 2021
Merged

acl: run extension functions only once per packet#513
AltraMayor merged 1 commit intomasterfrom
acl_skip

Conversation

@AltraMayor
Copy link
Owner

Extension callback functions are used to deal with packets whose headers are larger than usual due to extensions.

Given that these functions return the same output for the same packet, there is no need to call them multiple times when they don't match a packet.

To see an example of the use of duplicate extension functions, see register_icmp6_filters().

Extension callback functions are used to deal with packets
whose headers are larger than usual due to extensions.

Given that these functions return the same output for
the same packet, there is no need to call them multiple times
when they don't match a packet.

To see an example of the use of duplicate extension functions,
see register_icmp6_filters().
@AltraMayor AltraMayor added this to the First deployment milestone Jul 29, 2021
@AltraMayor AltraMayor merged commit 92dbbe2 into master Jul 29, 2021
@AltraMayor AltraMayor deleted the acl_skip branch July 29, 2021 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant