moby / ipvs

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

Feature: support get ipvs info #14

Open kwanhur opened 4 years ago

kwanhur commented 4 years ago

fetch ipvs info with API info := i.GetInfo()

fetch version number just call info.Version.String(), example: 1.2.1 fetch connection table size call info.ConnTableSize, example: 4096 .

kwanhur commented 2 years ago

@andrewsykim @cpuguy83 add two api GetVersion GetConnectionTableSize, review them pls :-)