Versions in this module Expand all Collapse all v1 v1.8.1 May 17, 2019 Changes in this version + func PrefixFromPb(from *pb.Prefix) *netutil.Prefix + type Address struct + Address *netutil.Prefix + Flags uint32 + func AddressFromPb(from *pb.Address) *Address + type Interface struct + AddrIpv4 []*Address + AddrIpv6 []*Address + Flags uint32 + HwAddr []byte + Index uint32 + Info interface{} + Metric uint32 + Mtu uint32 + Name string + func InterfaceFromPb(from *pb.InterfaceUpdate) *Interface v1.8.0 Oct 23, 2017 Changes in this version + var Inits []func() error + var VrfAdd func(vrfName string, index int) error + type FeaComponent struct + Params *FeaParam + func NewFeaComponent(param *FeaParam) *FeaComponent + func (fea *FeaComponent) Start() component.Component + func (fea *FeaComponent) Stop() component.Component + type FeaParam map[string]string