diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:21 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:37 +0200 |
commit | 87a66a4484dda9cb1b3552f133dc3d6e93539735 (patch) | |
tree | 1c60b9b9726b8fdda58914a385e4eda1f8f09441 /examples | |
parent | 6773171c3d619be5bb646cdc80ebfd4d7ae26376 (diff) |
changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bin_api/acl/acl.go | 2 | ||||
-rw-r--r-- | examples/bin_api/af_packet/af_packet.go | 2 | ||||
-rw-r--r-- | examples/bin_api/interfaces/interfaces.go | 2 | ||||
-rw-r--r-- | examples/bin_api/ip/ip.go | 2 | ||||
-rw-r--r-- | examples/bin_api/memif/memif.go | 2 | ||||
-rw-r--r-- | examples/bin_api/tap/tap.go | 2 | ||||
-rw-r--r-- | examples/bin_api/uflow/uflow.go | 2 | ||||
-rw-r--r-- | examples/example_client.go | 14 | ||||
-rwxr-xr-x | examples/examples | bin | 3006225 -> 3000780 bytes |
9 files changed, 14 insertions, 14 deletions
diff --git a/examples/bin_api/acl/acl.go b/examples/bin_api/acl/acl.go index 990b579..e13fb18 100644 --- a/examples/bin_api/acl/acl.go +++ b/examples/bin_api/acl/acl.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/acl.api.json' on Thu, 04 May 2017 13:11:57 CEST. package acl -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x3cd02d84 diff --git a/examples/bin_api/af_packet/af_packet.go b/examples/bin_api/af_packet/af_packet.go index 0062054..c8b60f9 100644 --- a/examples/bin_api/af_packet/af_packet.go +++ b/examples/bin_api/af_packet/af_packet.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/af_packet.api.json' on Thu, 04 May 2017 13:11:57 CEST. package af_packet -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x4ca71f33 diff --git a/examples/bin_api/interfaces/interfaces.go b/examples/bin_api/interfaces/interfaces.go index f3c8fab..a83b517 100644 --- a/examples/bin_api/interfaces/interfaces.go +++ b/examples/bin_api/interfaces/interfaces.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/interface.api.json' on Thu, 04 May 2017 13:11:57 CEST. package interfaces -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x6857f668 diff --git a/examples/bin_api/ip/ip.go b/examples/bin_api/ip/ip.go index 6991d4e..1db05d4 100644 --- a/examples/bin_api/ip/ip.go +++ b/examples/bin_api/ip/ip.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/ip.api.json' on Thu, 04 May 2017 13:11:57 CEST. package ip -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x6a819870 diff --git a/examples/bin_api/memif/memif.go b/examples/bin_api/memif/memif.go index a64529a..c7c27f4 100644 --- a/examples/bin_api/memif/memif.go +++ b/examples/bin_api/memif/memif.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/memif.api.json' on Thu, 04 May 2017 13:11:57 CEST. package memif -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0xadb63e82 diff --git a/examples/bin_api/tap/tap.go b/examples/bin_api/tap/tap.go index 6df73c3..a3d6df7 100644 --- a/examples/bin_api/tap/tap.go +++ b/examples/bin_api/tap/tap.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/tap.api.json' on Thu, 04 May 2017 13:11:57 CEST. package tap -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x1aedb9f2 diff --git a/examples/bin_api/uflow/uflow.go b/examples/bin_api/uflow/uflow.go index b02ee12..f33d14f 100644 --- a/examples/bin_api/uflow/uflow.go +++ b/examples/bin_api/uflow/uflow.go @@ -2,7 +2,7 @@ // DO NOT EDIT. Generated from 'bin_api/uflow.api.json' on Thu, 04 May 2017 13:11:57 CEST. package uflow -import "gerrit.fd.io/r/govpp.git/api" +import "git.fd.io/govpp.git/api" // VlApiVersion contains version of the API. const VlAPIVersion = 0x85909300 diff --git a/examples/example_client.go b/examples/example_client.go index 3004780..6030469 100644 --- a/examples/example_client.go +++ b/examples/example_client.go @@ -24,13 +24,13 @@ import ( "os" "os/signal" - "gerrit.fd.io/r/govpp.git" - "gerrit.fd.io/r/govpp.git/api" - "gerrit.fd.io/r/govpp.git/api/ifcounters" - "gerrit.fd.io/r/govpp.git/core/bin_api/vpe" - "gerrit.fd.io/r/govpp.git/examples/bin_api/acl" - "gerrit.fd.io/r/govpp.git/examples/bin_api/interfaces" - "gerrit.fd.io/r/govpp.git/examples/bin_api/tap" + "git.fd.io/govpp.git" + "git.fd.io/govpp.git/api" + "git.fd.io/govpp.git/api/ifcounters" + "git.fd.io/govpp.git/core/bin_api/vpe" + "git.fd.io/govpp.git/examples/bin_api/acl" + "git.fd.io/govpp.git/examples/bin_api/interfaces" + "git.fd.io/govpp.git/examples/bin_api/tap" ) func main() { diff --git a/examples/examples b/examples/examples Binary files differindex b02014f..ce4dbaf 100755 --- a/examples/examples +++ b/examples/examples |