use netParseIP and ParseMAC
check also MAC addresses and common formating Signed-off-by: Christian Goll <cgoll@suse.de> reformat ipaddr for test coverage fixed processing of default values updated transformer tests correct behavior for tags add tests for tags new tests for primary network Signed-off-by: Christian Goll <cgoll@suse.de>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
type variables struct {
|
||||
netName string
|
||||
nodeConf node.NodeConf
|
||||
converters []func()
|
||||
converters []func() error
|
||||
}
|
||||
|
||||
// Returns the newly created command
|
||||
|
||||
Reference in New Issue
Block a user