Registry / networking / moby-ipvs

moby-ipvs

JSON →
library1.1.0gogounverified

A Go library for interacting with the Linux IPVS (IP Virtual Server) subsystem.

go get github.com/moby/ipvs
INSTALL
IMPORT
SIG · MOBY-IPVS
M
moby-ipvs
networkinggov1.1.0
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.

ipvs
github.com/moby/ipvs

Lists all IPVS services on the system.

package main import ( "fmt" "github.com/moby/ipvs" ) func main() { h, _ := ipvs.NewHandle() defer h.Close() services, _ := h.GetServices() fmt.Println(len(services)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Bingbot
1
Resources
moby-ipvs — go get moby-ipvs · libregistry