start : Check if nat doesnt conflict with running jails, get default router

This commit is contained in:
yo
2022-04-18 13:52:44 +02:00
parent 77a2e9dabf
commit 7b5ae7ce6e
3 changed files with 113 additions and 13 deletions

View File

@ -500,3 +500,11 @@ type SnapshotSort struct {
CreationInc snapshotLessFunc
CreationDec snapshotLessFunc
}
type JailHost struct {
hostname string
hostid string
default_gateway4 string
default_gateway6 string
default_interface string
}