Versions in this module Expand all Collapse all v0 v0.10.0 Jul 21, 2017 Changes in this version + const LPM_MAP_VALUE_SIZE + const MAX_KEYS + const MapName + type CIDRMap struct + AddrSize int + Fd int + func OpenMap(path string, prefixlen int) (*CIDRMap, bool, error) + func (cm *CIDRMap) AllowCIDR(cidr net.IPNet) error + func (cm *CIDRMap) CIDRExists(cidr net.IPNet) bool + func (cm *CIDRMap) Close() error + func (cm *CIDRMap) DeepCopy() *CIDRMap + func (cm *CIDRMap) String() string