Add opt to set default grpc scheme to passtrough
Compare changes
+ 9
− 0
@@ -43,6 +43,7 @@ import (
@@ -43,6 +43,7 @@ import (
@@ -54,9 +55,17 @@ func main() {
@@ -54,9 +55,17 @@ func main() {
certFile := flag.String("certFile", "", "location of the gNMI cert file (overwrites settings in config file)")
keyFile := flag.String("keyFile", "", "location of the gNMI key file (overwrites settings in config file)")
caFile := flag.String("caFile", "", "location of the gNMI ca file (overwrites settings in config file)")