Skip to content

Commit

Permalink
VOL-2857 - remove defaults for device create
Browse files Browse the repository at this point in the history
Change-Id: I4492e30c47244a8a34247645ea5fe7279d95deb2
  • Loading branch information
dbainbri-ciena committed Apr 1, 2020
1 parent 824e9d7 commit 835dd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-dev0
1.1.1
4 changes: 2 additions & 2 deletions internal/pkg/commands/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ type DeviceList struct {
}

type DeviceCreate struct {
DeviceType string `short:"t" long:"devicetype" default:"simulated_olt" description:"Device type"`
MACAddress string `short:"m" long:"macaddress" default:"00:0c:e2:31:40:00" description:"MAC Address"`
DeviceType string `short:"t" long:"devicetype" default:"" description:"Device type"`
MACAddress string `short:"m" long:"macaddress" default:"" description:"MAC Address"`
IPAddress string `short:"i" long:"ipaddress" default:"" description:"IP Address"`
HostAndPort string `short:"H" long:"hostandport" default:"" description:"Host and port"`
}
Expand Down

0 comments on commit 835dd0e

Please sign in to comment.