Versions in this module Expand all Collapse all v0 v0.1.0 Aug 25, 2015 Changes in this version + func Swap(from, to string) error + type IPSet struct + HashFamily string + HashSize int + HashType string + MaxElem int + Name string + Timeout int + func New(name string, hashtype string, p Params) (*IPSet, error) + func (s *IPSet) Add(entry string, timeout int) error + func (s *IPSet) Del(entry string) error + func (s *IPSet) Destroy() error + func (s *IPSet) Flush() error + func (s *IPSet) Refresh(entries []string) error + func (s *IPSet) Test(entry string) (bool, error) + type Params struct + HashFamily string + HashSize int + MaxElem int + Timeout int