ipvs
ipvs copied to clipboard
Feature: support get ipvs info
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 .
@andrewsykim @cpuguy83 add two api GetVersion GetConnectionTableSize, review them pls :-)