ipset

package
v1.78.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package ipset provides code for creating efficient IP-in-set lookup functions with different implementations depending on the set.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FalseContainsIPFunc

func FalseContainsIPFunc() func(ip netip.Addr) bool

FalseContainsIPFunc is shorthand for NewContainsIPFunc(views.Slice[netip.Prefix]{}).

func NewContainsIPFunc

func NewContainsIPFunc(addrs views.Slice[netip.Prefix]) func(ip netip.Addr) bool

NewContainsIPFunc returns a func that reports whether ip is in addrs.

The returned func is optimized for the length of contents of addrs.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL