Skip to content

Commit

Permalink
Merge pull request #1153 from ondrej-fabry/agent-v2-beta
Browse files Browse the repository at this point in the history
Agent v2 beta
  • Loading branch information
ondrej-fabry authored Feb 6, 2019
2 parents 0a48365 + 8cabadc commit b4c1cad
Show file tree
Hide file tree
Showing 2,133 changed files with 573,024 additions and 123,437 deletions.
25 changes: 7 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,13 @@

.idea/*

# command binaries
/cmd/agentctl/agentctl
/cmd/vpp-agent/vpp-agent
/cmd/vpp-agent-ctl/vpp-agent-ctl

# example binaries
/examples/govpp_call/govpp_call
/examples/grpc_vpp/notifications/notifications
/examples/grpc_vpp/remote_client/remote_client
/examples/idx_bd_cache/idx_bd_cache
/examples/idx_iface_cache/idx_iface_cache
/examples/idx_mapping_lookup/idx_mapping_lookup
/examples/idx_mapping_watcher/idx_mapping_watcher
/examples/idx_veth_cache/idx_veth_cache
/examples/localclient_linux/tap/tap
/examples/localclient_linux/veth/veth
/examples/localclient_vpp/nat/nat
/examples/localclient_vpp/plugins/plugins
# ignore executables (extensionless files)
/cmd/**/*
!/cmd/**/
!/cmd/**/*.*
/examples/**/*
!/examples/**/
!/examples/**/*.*

# test results
/tests/perf/log
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@

Cn-infra 1.5 brought new and better flavors and it would be a shame not to implement it
in the vpp-agent. The old flavors package was removed and replaced with this new concept,
visible in [app package vpp-agent](app/vpp_agent.go). All examples were also updated.
visible in [app package vpp-agent](cmd/vpp-agent/app/vpp_agent.go). All examples were also updated.

## Breaking Changes
- Flavors were replaced with [new way](app) of managing plugins.
- Flavors were replaced with [new way](cmd/vpp-agent/app) of managing plugins.
- REST interface URLs were changed, see [readme](plugins/rest/README.md) for complete list.

## New Features
Expand Down Expand Up @@ -587,7 +587,7 @@ Ability to extend the behavior of the VPP Agent by creating new plugins on top o
New plugins can access API for configured:
[VPP Network interfaces](plugins/vpp/ifplugin/ifaceidx),
[Bridge domains](plugins/vpp/l2plugin/l2idx) and [VETHs](plugins/linux/ifplugin/ifaceidx)
based on [idxvpp](idxvpp) threadsafe map tailored for VPP data
based on [idxvpp](pkg/idxvpp) threadsafe map tailored for VPP data
with advanced features (multiple watchers, secondary indexes).

VPP Agent is embeddable in different software projects and with different systems
Expand Down
Loading

0 comments on commit b4c1cad

Please sign in to comment.