diff options
author | Phil Sutter <phil@nwl.cc> | 2025-05-21 23:44:32 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-05-23 14:57:14 +0300 |
commit | 6d07a289504a246aa97cdac0fec61a15834801b7 (patch) | |
tree | f3c94e58190890a65faa49e3913c3d857e10178a /scripts/lib/kdoc/kdoc_output.py | |
parent | 6f670935b4703af1ef58b2cba7faf2bd154cce39 (diff) | |
download | linux-6d07a289504a246aa97cdac0fec61a15834801b7.tar.xz |
netfilter: nf_tables: Support wildcard netdev hook specs
User space may pass non-nul-terminated NFTA_DEVICE_NAME attribute values
to indicate a suffix wildcard.
Expect for multiple devices to match the given prefix in
nft_netdev_hook_alloc() and populate 'ops_list' with them all.
When checking for duplicate hooks, compare the shortest prefix so a
device may never match more than a single hook spec.
Finally respect the stored prefix length when hooking into new devices
from event handlers.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions