diff options
| author | Boris Lytochkin <lytboris@gmail.com> | 2026-03-01 18:54:24 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2026-03-01 19:04:58 +0000 |
| commit | 32cd3ee5901ea33d41ff550e5f40ce743c8d4165 (patch) | |
| tree | b86c94ef16be5a15f28da063cfc9cc3bad74dc0f /contrib/llvm-project/llvm/tools/opt | |
| parent | e81e724358e43dcf951e244a9df9df3eaa983fe9 (diff) | |
Current radix-based implementation of lookup tables in ipfw does
not support non-contiguous prefixes while this type of lookup is
needed to write CPU-effective firewall configurations.
For some of the cases we can reach the goal using a masked table
lookup by adding masked (e.g. zero non-significant bits) records
into a table and then zero non-significant bits in lookup key
prior to making a table lookup.
Obtained from: Yandex LLC
MFC after: 3 weeks
Relnotes: yes
Sponsored by: Yandex LLC
Differential Revision: https://reviews.freebsd.org/D53694
Diffstat (limited to 'contrib/llvm-project/llvm/tools/opt')
0 files changed, 0 insertions, 0 deletions
