fix ow typo

This commit is contained in:
KusakabeSi 2022-02-26 17:19:01 +00:00
parent bf59000aa1
commit 9e6ab49675
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ type SMCfg struct {
type NMCfg struct {
ConfigOutputDir string `yaml:"Config output dir"`
ConfigOutputDirOW bool `yaml:"Overwrite old configs"`
ConfigOutputDirOW bool `yaml:"Enable generated config overwrite"`
EdgeConfigTemplate string `yaml:"ConfigTemplate for edge node"`
NetworkName string `yaml:"Network name"`
NetworkIFNameID bool `yaml:"Add NodeID to the interface name"`