Skip to content
Snippets Groups Projects

"Overhaul Architecture"

Merged Ghost User requested to merge 67-overhaul-architecture into develop
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -29,7 +29,7 @@ func main() {
transport := &nucleus.Gnmi{SetNode: sbi.SetNode()}
cfg := &gnmi.Config{
Addr: "localhost:9339",
Addr: "portainer.danet.fbi.h-da.de:6030",
Username: "admin",
Password: "arista",
Encoding: gpb.Encoding_PROTO,
@@ -38,7 +38,7 @@ func main() {
device.Transport = transport
p := []string{"/interfaces/interface[name=en0]/state/name"}
p := []string{"/interfaces/interface[name=*]/state/name"}
errors := 0
for _, path := range p {
err := pnd.RequestAll(path)
Loading