Registry / networking / digineo-go-ipset-v2

digineo-go-ipset-v2

JSON →
library2.2.1gogounverified

A Go library for managing Linux IP sets via netlink.

go get github.com/digineo/go-ipset/v2
INSTALL
IMPORT
SIG · DIGINEO-GO-IPSET-V
D
digineo-go-ipset-v2
networkinggov2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ipset
✓ github.com/digineo/go-ipset/v2

Creates a new IP set connection.

package main import ( "github.com/digineo/go-ipset/v2" ) func main() { conn, err := ipset.New() if err != nil { panic(err) } defer conn.Close() _ = conn }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources