google / gnxi

gNXI Tools - gRPC Network Management/Operations Interface Tools
Apache License 2.0
261 stars 117 forks source link

Reset start rpc arguments need to be switched around. #265

Closed alisharif2 closed 3 years ago

alisharif2 commented 3 years ago

https://github.com/google/gnxi/blob/4b504ef806a7f4f65d2d8b4ff14aad5edbd2c889/gnoi_reset/gnoi_reset.go#L58

The zero fill option is being passed as the factory OS option and vice versa.

https://github.com/google/gnxi/blob/4b504ef806a7f4f65d2d8b4ff14aad5edbd2c889/gnoi/reset/client.go#L49

samribeiro commented 3 years ago

thanks!