Skip to content

Commit

Permalink
refer to newer versions of cn_infra/vpp-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
johnburn committed May 15, 2018
1 parent 28c24f5 commit c599743
Show file tree
Hide file tree
Showing 114 changed files with 416 additions and 19,378 deletions.
29 changes: 6 additions & 23 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Expand Up @@ -43,11 +43,11 @@

[[constraint]]
name = "github.com/ligato/cn-infra"
version = "1.1"
version = "1.2"

[[constraint]]
name = "github.com/ligato/vpp-agent"
version = "1.2"
version = "1.3"

[[constraint]]
name = "github.com/namsral/flag"
Expand Down
11 changes: 9 additions & 2 deletions plugins/controller/model/controller.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/controller/model/controller.proto
Expand Up @@ -230,6 +230,6 @@ message NetworkNode {
// MetaDataType generic parms for all controller high level objects
message MetaDataType {
string name = 1;
repeated string labels = 2;
map<string,string> labels = 2;
}

2 changes: 1 addition & 1 deletion plugins/controller/vppagent/database.go
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/interfaces"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l2"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l3"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/ifplugin/model/interfaces"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/common/model/interfaces"
)

// Types in the model were defined as strings for readability not enums with
Expand Down
2 changes: 1 addition & 1 deletion plugins/controller/vppagent/keys.go
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/interfaces"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l2"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l3"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/ifplugin/model/interfaces"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/common/model/interfaces"
"net"
"strings"
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/controller/vppagent/vpp_agent.go
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/interfaces"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l2"
"github.com/ligato/vpp-agent/plugins/defaultplugins/common/model/l3"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/ifplugin/model/interfaces"
linuxIntf "github.com/ligato/vpp-agent/plugins/linuxplugin/common/model/interfaces"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion tests/gotests/itest/linuxtestdata/basic_data.go
@@ -1,7 +1,7 @@
package linuxtestdata

import (
"github.com/ligato/vpp-agent/plugins/linuxplugin/ifplugin/model/interfaces"
"github.com/ligato/vpp-agent/plugins/linuxplugin/common/model/interfaces"
)

// Agent1Veth01 are test data for VETH interface for agent1 test data
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/Documentation/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/etcd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/etcdctl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/coreos/etcd/cmd/tools

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions vendor/github.com/ligato/cn-infra/config/plugin_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions vendor/github.com/ligato/cn-infra/db/keyval/etcdv3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c599743

Please sign in to comment.