package ipam
import "github.com/containernetworking/plugins/pkg/ipam"
Index ¶
- Constants
- func ConfigureIface(ifName string, res *current.Result) error
- func ExecAdd(plugin string, netconf []byte) (types.Result, error)
- func ExecCheck(plugin string, netconf []byte) error
- func ExecDel(plugin string, netconf []byte) error
- func ExecStatus(plugin string, netconf []byte) error
Constants ¶
const ( // Note: use slash as separator so we can have dots in interface name (VLANs) DisableIPv6SysctlTemplate = "net/ipv6/conf/%s/disable_ipv6" KeepAddrOnDownSysctlTemplate = "net/ipv6/conf/%s/keep_addr_on_down" )
Functions ¶
func ConfigureIface ¶
ConfigureIface takes the result of IPAM plugin and applies to the ifName interface
func ExecAdd ¶
func ExecCheck ¶
func ExecDel ¶
func ExecStatus ¶
Source Files ¶
- Version
- v1.7.1 (latest)
- Published
- Apr 25, 2025
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 6 days ago –
Tools for package owners.