Use "default" netname during add, set
- Closes #1499 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -21,7 +21,7 @@ type NodeConfAdd struct {
|
||||
TagsAdd map[string]string `lopt:"tagadd" comment:"add tags"`
|
||||
IpmiTagsAdd map[string]string `lopt:"ipmitagadd" comment:"add ipmi tags"`
|
||||
NetTagsAdd map[string]string `lopt:"nettagadd" comment:"add network tags"`
|
||||
Net string `lopt:"netname" comment:"network which is modified"`
|
||||
Net string `lopt:"netname" comment:"network which is modified" default:"default"`
|
||||
DiskName string `lopt:"diskname" comment:"set diskdevice name"`
|
||||
PartName string `lopt:"partname" comment:"set the partition name so it can be used by a file system"`
|
||||
FsName string `lopt:"fsname" comment:"set the file system name which must match a partition name"`
|
||||
|
||||
Reference in New Issue
Block a user