This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ endif
130
130
endif
131
131
132
132
install :
133
- go get
git .fd.io/govpp
.git /cmd/
[email protected]
133
+ go get
go .fd.io/govpp/cmd/
[email protected]
134
134
ifeq ($(VPPINSTALLED ) ,0)
135
135
@echo VPP not installed, installing required files. Run *sudo make clean* to remove installed files.
136
136
@mkdir -p tmpvpp/
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
"runtime"
27
27
"time"
28
28
29
- _ "git .fd.io/govpp.git /core"
29
+ _ "go .fd.io/govpp/core"
30
30
current "github.com/containernetworking/cni/pkg/types/100"
31
31
_ "github.com/sirupsen/logrus"
32
32
Original file line number Diff line number Diff line change 17
17
package main
18
18
19
19
// Generates Go bindings for all VPP APIs located in the json directory.
20
- //go:generate go run git .fd.io/govpp.git /cmd/binapi-generator --output-dir=../../bin_api
20
+ //go:generate go run go .fd.io/govpp/cmd/binapi-generator --output-dir=../../bin_api
21
21
22
22
import (
23
23
"fmt"
@@ -26,7 +26,7 @@ import (
26
26
"runtime"
27
27
"time"
28
28
29
- _ "git .fd.io/govpp.git /core"
29
+ _ "go .fd.io/govpp/core"
30
30
_ "github.com/sirupsen/logrus"
31
31
32
32
"github.com/intel/userspace-cni-network-plugin/cnivpp/api/bridge"
Original file line number Diff line number Diff line change 17
17
package main
18
18
19
19
// Generates Go bindings for all VPP APIs located in the json directory.
20
- //go:generate go run git .fd.io/govpp.git /cmd/binapi-generator --output-dir=../../bin_api
20
+ //go:generate go run go .fd.io/govpp/cmd/binapi-generator --output-dir=../../bin_api
21
21
22
22
import (
23
23
"fmt"
@@ -26,7 +26,7 @@ import (
26
26
"runtime"
27
27
"time"
28
28
29
- _ "git .fd.io/govpp.git /core"
29
+ _ "go .fd.io/govpp/core"
30
30
_ "github.com/sirupsen/logrus"
31
31
32
32
vppbridge "github.com/intel/userspace-cni-network-plugin/cnivpp/api/bridge"
You can’t perform that action at this time.
0 commit comments