moby / ipvs

IPVS networking for containers (package derived from moby/libnetwork)
Apache License 2.0
98 stars 38 forks source link

Correct data types for connection counts #24

Closed ns-jtenberge closed 2 years ago

ns-jtenberge commented 2 years ago

These values are emitted as 32 bit unsigned integers from the kernel. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/netfilter/ipvs/ip_vs_ctl.c#n2999 and https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/netfilter/ipvs/ip_vs_ctl.c#n3317.

thaJeztah commented 2 years ago

/cc @dims

dims commented 2 years ago

🙏🏾 thanks @thaJeztah

thaJeztah commented 2 years ago

Do we need a new release of this module? I see last release was done by @andrewsykim, but I see they're on paternity leave (congrats! if you're reading this)

dims commented 2 years ago

@thaJeztah let me see if i can cut one

dims commented 2 years ago

@thaJeztah @ns-jtenberge cut a v1.0.2 tag

thaJeztah commented 2 years ago

Thanks @dims !