| #
32cd3ee5
|
| 01-Mar-2026 |
Boris Lytochkin <lytboris@gmail.com> |
ipfw: add support for masked ip-address lookups
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-
ipfw: add support for masked ip-address lookups
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
show more ...
|
| #
84b41342
|
| 15-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw: add eaction tests
MFC after: 2 weeks
|
| #
9f44a47f
|
| 11-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw(8): add ioctl/instruction generation tests
Differential Revision: https://reviews.freebsd.org/D40488 MFC after: 2 weeks
|
| #
84b41342
|
| 15-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw: add eaction tests
MFC after: 2 weeks
|
| #
9f44a47f
|
| 11-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw(8): add ioctl/instruction generation tests
Differential Revision: https://reviews.freebsd.org/D40488 MFC after: 2 weeks
|
| #
84b41342
|
| 15-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw: add eaction tests
MFC after: 2 weeks
|
| #
9f44a47f
|
| 11-Jun-2023 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
ipfw(8): add ioctl/instruction generation tests
Differential Revision: https://reviews.freebsd.org/D40488 MFC after: 2 weeks
|