diff --git a/qconfgen/README.md b/qconfgen/README.md index 37369e173dc5f916db9fa835bea4246e5ca1b710..0db4fac38539c10a4c957f86ee63537eb1a21f35 100644 --- a/qconfgen/README.md +++ b/qconfgen/README.md @@ -48,7 +48,7 @@ go test . The configuration file [/qconfgen/templateCreate/templateCreate.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate.clab_vars.yaml), defines what the generator should do. Most of the values do not need to be changed usually. -A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars-yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag . +A default configuration file is provided [/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/templateCreate/templateCreate_default.clab_vars.yaml) that defines a simple example configuration. Its content can be copied into the above file, or it can be used with the `-config` flag . The value `ekms.num` can be changed for a different number of EKMS. Setting the `-ekms` flag overwrites this value. @@ -89,4 +89,4 @@ There are different ways to generate peer connections between two EKMS. Availabl ## Misc -The `README_old.md` file (in German) may have more information, but does not represent the current state of the project. \ No newline at end of file +The [README_old.md](https://code.fbi.h-da.de/danet/quant/-/blob/12-create-a-config-generator-to-be-able-to-easily-create-topologies/qconfgen/README_old.md) file (in German) may have more information, but does not represent the current state of the project. \ No newline at end of file diff --git a/qconfgen/templateCreate/parseTemplateCreateConf.go b/qconfgen/templateCreate/parseTemplateCreateConf.go index 290280de7967dc0c129be56f8ac37adcdac613d5..a4621fa91c35e13d9c16e85b08b61190572af3e5 100644 --- a/qconfgen/templateCreate/parseTemplateCreateConf.go +++ b/qconfgen/templateCreate/parseTemplateCreateConf.go @@ -86,7 +86,7 @@ func setConfigPath(configPath *string) { } } -// needs the config file to be parsed to check the EKMS value +// needs the config file to be parsed to check the EKMS value. func setEkmsNumber(ekmsNum *int) { if *ekmsNum < 1 { logrus.Info("-ekms, -kms flag not provided or invalid value, using value in config file: ", tcConf.EKMS.Num)