X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=examples%2Fcmd%2Fsimple-client%2Fsimple_client.go;h=67dc14b0ba3708f8381abd808a210552a3f48266;hp=8f103603ae572aa8baefbcc6df6cda4c48c887de;hb=3da2b73ec5ce77abf796ebeae6dfc149c8d3c698;hpb=0456d22f67865977065886ed58778621b21b7ede diff --git a/examples/cmd/simple-client/simple_client.go b/examples/cmd/simple-client/simple_client.go index 8f10360..67dc14b 100644 --- a/examples/cmd/simple-client/simple_client.go +++ b/examples/cmd/simple-client/simple_client.go @@ -35,7 +35,7 @@ func main() { fmt.Println("Starting simple VPP client...") // connect to VPP - conn, err := govpp.Connect() + conn, err := govpp.Connect("") if err != nil { fmt.Println("Error:", err) os.Exit(1) @@ -218,4 +218,4 @@ func interfaceNotifications(ch *api.Channel) { // unsubscribe from delivery of the notifications ch.UnsubscribeNotification(subs) -} +} \ No newline at end of file