interim commit go fmt stuff
Change-Id: I617a7d771b50c2b7999eabbbebbabef4e68d8713
diff --git a/openflow/getConfig.go b/openflow/getConfig.go
index 6d4444f..2ba4ded 100644
--- a/openflow/getConfig.go
+++ b/openflow/getConfig.go
@@ -18,7 +18,7 @@
import (
"encoding/json"
- ofp "github.com/skydive-project/goloxi/of13"
+ ofp "github.com/donNewtonAlpha/goloxi/of13"
"log"
)
@@ -26,6 +26,7 @@
jsonReq, _ := json.Marshal(request)
log.Printf("handleGetConfigRequest called with %s", jsonReq)
reply := ofp.NewGetConfigReply()
+ reply.SetVersion(4)
reply.SetXid(request.GetXid())
reply.SetMissSendLen(ofp.OFPCMLNoBuffer)
client.SendMessage(reply)