Add arch property to jailhost

This commit is contained in:
yo
2022-10-16 15:18:35 +02:00
parent be756edea7
commit 74602dc0df
2 changed files with 13 additions and 0 deletions

View File

@ -213,6 +213,7 @@ type FreeBSDVersion struct {
type JailHost struct {
hostname string
hostid string
arch string
default_gateway4 string
default_gateway6 string
default_interface string