RepoCloudflare (Workers AI)Cloudflare (Workers AI)published Jun 10, 2020seen 5d

cloudflare/ipvs

Go

Open original ↗

Captured source

source ↗
published Jun 10, 2020seen 5dcaptured 8hhttp 200method plain

cloudflare/ipvs

Description: Package ipvs allows you to manage Linux IPVS services and destinations

Language: Go

License: BSD-3-Clause

Stars: 183

Forks: 12

Open issues: 0

Created: 2020-06-10T18:58:13Z

Pushed: 2026-04-29T11:19:14Z

Default branch: master

Fork: no

Archived: no

README:

ipvs ![Go Reference](https://pkg.go.dev/github.com/cloudflare/ipvs#section-readme)

Package ipvs provides programmatic access to Linux's IPVS to manage services and destinations using the [netlink](github.com/mdlayher/netlink) and genetlink packages. This package can be used in environment without the ipvsadm tool, and in programs compiled without CGO.

Usage examples can be found in the Go Reference.

Supported Versions

Go

This project follows the [Go Release Policy][go-release]: the last two major Go releases are supported and tested. Changes which break unsupported Go releases are not considered breaking changes.

[go-release]: https://go.dev/doc/devel/release#policy

Linux

This project supports the Linux kernels from [kernel.org][] that are designated "stable" or "longterm". Changes which break unsupported Linux releases are not considered breaking changes.