Add FreeBSD version to JailHost struct
This commit is contained in:
parent
f919ff2ec3
commit
fcf7d68d06
@ -515,12 +515,20 @@ type SnapshotSort struct {
|
|||||||
CreationDec snapshotLessFunc
|
CreationDec snapshotLessFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FreeBSDVersion struct {
|
||||||
|
major int
|
||||||
|
minor int
|
||||||
|
flavor string
|
||||||
|
patchLevel int
|
||||||
|
}
|
||||||
|
|
||||||
type JailHost struct {
|
type JailHost struct {
|
||||||
hostname string
|
hostname string
|
||||||
hostid string
|
hostid string
|
||||||
default_gateway4 string
|
default_gateway4 string
|
||||||
default_gateway6 string
|
default_gateway6 string
|
||||||
default_interface string
|
default_interface string
|
||||||
|
version FreeBSDVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
type Datastore struct {
|
type Datastore struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user