Re: [PATCH] net: bridge: fix static key check
Florian Westphal <[email protected]>
| Newsgroups | gmane.linux.network.bridge,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Martin Kaiser <[email protected]> wrote: > Fix the check if netfilter's static keys are available. netfilter defines > and exports static keys if CONFIG_JUMP_LABEL is enabled. (HAVE_JUMP_LABEL > is never defined.) > > Fixes: 971502d77faa ("bridge: netfilter: unroll NF_HOOK helper in bridge input path") Reviewed-by: Florian Westphal <[email protected]> @net maintainers: feel free to take this directly.