Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2015 Changes in this version + func ConfigureIface(ifName string, res *Result) error + func ExecDel(plugin string, netconf []byte) error + func Find(plugin string) string + type Error struct + Code uint + Details string + Msg string + func (e *Error) Error() string + func (e *Error) Print() error + type IPConfig struct + Gateway net.IP + IP net.IPNet + Routes []Route + func (c *IPConfig) MarshalJSON() ([]byte, error) + func (c *IPConfig) UnmarshalJSON(data []byte) error + type NetConf struct + IPAM struct{ ... } + Name string + Type string + type Result struct + IP4 *IPConfig + IP6 *IPConfig + func ExecAdd(plugin string, netconf []byte) (*Result, error) + func (r *Result) Print() error + type Route struct + Dst net.IPNet + GW net.IP + func (r *Route) MarshalJSON() ([]byte, error) + func (r *Route) UnmarshalJSON(data []byte) error