Skip to content

Commit

Permalink
fix: updates ieee8021x config struct to support pxetimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-primrose committed Oct 17, 2024
1 parent ed2b773 commit e33e6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e33e6cf

Please sign in to comment.