Resolve "Remove CSBI stuff from gosdnc"
Compare changes
+ 1
− 12
@@ -36,7 +36,6 @@ import (
@@ -36,7 +36,6 @@ import (
@@ -65,14 +64,6 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
@@ -65,14 +64,6 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
@@ -96,13 +87,12 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
@@ -96,13 +87,12 @@ if they diverge from the default credentials (user:'admin' and pw:'arista').`,
@@ -110,7 +100,6 @@ func init() {
@@ -110,7 +100,6 @@ func init() {
networkElementCreateCmd.Flags().StringVar(&mneName, "name", "", "add a network element name (optional)")
//networkElementCreateCmd.Flags().StringVar(&opcode, "type", "", "generation target (csbi or plugin)")
networkElementCreateCmd.Flags().StringVar(&pluginID, "plugin-id", "", "the plugin ID of the plugin to be used")
networkElementCreateCmd.Flags().StringVarP(&address, "address", "a", "", "address of a gnmi target, e.g. 192.168.1.1:6030")
networkElementCreateCmd.Flags().StringVarP(&username, "username", "u", "", "username for a gnmi resource")