diff --git a/pkg/config/v2.go b/pkg/config/v2.go index c817975a..9e67798e 100644 --- a/pkg/config/v2.go +++ b/pkg/config/v2.go @@ -63,6 +63,7 @@ type IEEE8021x struct { ClientCert string `yaml:"clientCert"` CACert string `yaml:"caCert"` PrivateKey string `yaml:"privateKey"` + PXETimeout int `yaml:"pxeTimeout"` } type TLS struct {