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