common

package
v1.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const LeasesPath = "/var/db/dhcpd_leases"

LeasesPath is the path to dhcpd leases

Variables

This section is empty.

Functions

func CreateRawDisk

func CreateRawDisk(diskPath string, sizeMB int) error

CreateRawDisk creates a new raw disk image.

Example usage:

path := ExtraDiskPath(baseDriver, diskID)
err := CreateRawDisk(path, baseDriver.DiskSize)

func ExtraDiskPath

func ExtraDiskPath(d *drivers.BaseDriver, diskID int) string

ExtraDiskPath returns the path of an additional disk suffixed with an ID.

func ExtractFile

func ExtractFile(isoPath, srcPath, destPath string) error

ExtractFile extracts a file from an ISO

func GetDiskPath

func GetDiskPath(d *drivers.BaseDriver) string

GetDiskPath returns the path of the machine disk image

func GetIPAddressByMACAddress

func GetIPAddressByMACAddress(mac string) (string, error)

GetIPAddressByMACAddress gets the IP address of a MAC address

func MakeDiskImage

func MakeDiskImage(d *drivers.BaseDriver, boot2dockerURL string, diskSize int) error

MakeDiskImage makes a boot2docker VM disk image.

func Restart

func Restart(d drivers.Driver) error

Restart a host. This may just call Stop(); Start() if the provider does not have any special restart behaviour.

Types

type CommonDriver

type CommonDriver struct{}

CommonDriver is the common driver base class

func (*CommonDriver) GetCreateFlags

func (d *CommonDriver) GetCreateFlags() []mcnflag.Flag

GetCreateFlags is not implemented yet

func (*CommonDriver) SetConfigFromFlags

func (d *CommonDriver) SetConfigFromFlags(_ drivers.DriverOptions) error

SetConfigFromFlags is not implemented yet

type DHCPEntry

type DHCPEntry struct {
	Name      string
	IPAddress string
	HWAddress net.HardwareAddr
	ID        string
	Lease     string
}

DHCPEntry holds a parsed DNS entry

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL