-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.2.0-beta #1434
Merged
Merged
Release v2.2.0-beta #1434
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: AndrejKilvady <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Filip Gschwandtner <[email protected]>
Signed-off-by: AndrejKilvady <[email protected]>
* Add etcd ansible python plugin * Add example ansible playbook * Fix indentation * Update example playbook Signed-off-by: miroslav.kovac <[email protected]>
* Fix *-ifplugin config names * Unset default stats publishers used as fallback without config Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
* Refactor image builds to use ligato/vpp-base Signed-off-by: Ondrej Fabry <[email protected]>
Refactoring Rx-placement and Rx-mode
Signed-off-by: Filip Gschwandtner <[email protected]>
Signed-off-by: AndrejKilvady <[email protected]>
* Optimize interface state dump for specific interfaces - define env var for printing debug logs about interface states - extend interface state info in vppcalls for ifplugin - return error when loading config fails - minor improvements for VPP integration testing Signed-off-by: Ondrej Fabry <[email protected]> * Remove obsolete function Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
* Added CRUD integration tests for IPv4/IPv6 routes in default VRF and VRF=2 Signed-off-by: Stanislav Chlebec <[email protected]> * improving code Signed-off-by: Stanislav Chlebec <[email protected]> * removed comments and parametrized value of VRF (vrfMetaIdx) * removed redundant initialisation to default value causes warnings in travis Signed-off-by: Stanislav Chlebec <[email protected]>
* Minor enhancement for transaction summary log Signed-off-by: Ondrej Fabry <[email protected]> * Add make target for remote debugging with delve Signed-off-by: Ondrej Fabry <[email protected]> * Minor code cleanup in vpp ifplugin Signed-off-by: Ondrej Fabry <[email protected]> * Fix error check when renaming tap and cleanup code Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
* added arp crud integration test Signed-off-by: Stanislav Chlebec <[email protected]> * comments removed * added more asserts - asserts related to number of arp entries in arp dump - asserting of fields of arp entry - assert non presence in arp dump - hard-coded index replaced by generated one stored in the variable ifIdx Signed-off-by: Stanislav Chlebec <[email protected]> * simplify assert (omitting assert of Static field) Signed-off-by: Stanislav Chlebec <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
This patch fixes issues reported in #1418. During recreate (Delete+Create) the node would be completely removed from the graph by Delete and all the associated flags (metadata) were therefore lost. When the subsequent Create fails, the scheduler needs to access the flags, which in this case are undefined, causing the scheduler to panic by dereferencing nil pointer. This patch ensures that the node and its flags are preserved during re-creation. An in-progress refactor of the scheduling algorithm will approach value recreation in a much cleaner way... Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
* add "EXISTING" interface type Signed-off-by: Matus Mrekaj <[email protected]> * update interface descriptor Signed-off-by: Matus Mrekaj <[email protected]> * update interface descriptor Signed-off-by: Matus Mrekaj <[email protected]>
* integration test ACL IP rule CRUD Signed-off-by: Stanislav Chlebec <[email protected]> * renamed to 040_acl_test.go Signed-off-by: Stanislav Chlebec <[email protected]> * to satisfy lint Signed-off-by: Stanislav Chlebec <[email protected]> * Trying to loop over acl dump * Looping over IP rule * acl IP rule CRUD almost finished Signed-off-by: Stanislav Chlebec <[email protected]> * acl IP rule CRUD Signed-off-by: Stanislav Chlebec <[email protected]> * satisfy lint * added acl integration test for MAC IP rules fixed comments in interface definition Signed-off-by: Stanislav Chlebec <[email protected]> * fix comments - they should start with space Signed-off-by: Stanislav Chlebec <[email protected]> * create a helper function that returns ACL rule - for IP rule - for IP MAC rule Signed-off-by: Stanislav Chlebec <[email protected]> * acl integration test - refactoring - introducing of helper functions to eliminate declaration of acl_rule variables - removing needless convert with uint32 - simplifying code with expect functions - improving logged messages to improve understanding Signed-off-by: Stanislav Chlebec <[email protected]> * satisfy lint Signed-off-by: Stanislav Chlebec <[email protected]>
Signed-off-by: Milan Lenco <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
Signed-off-by: Ondrej Fabry <[email protected]>
ondrej-fabry
force-pushed
the
release/2.2.x
branch
from
August 9, 2019 12:38
5153d48
to
94cc765
Compare
Signed-off-by: Ondrej Fabry <[email protected]> # Conflicts: # CHANGELOG.md # Gopkg.lock # api/models/vpp/vpp.pb.go # cmd/vpp-agent/main.go # docker/dev/Dockerfile # docker/dev/linux-ifplugin.conf # docker/prod/Dockerfile # docker/prod/linux-ifplugin.conf # docker/prod/vpp-ifplugin.conf # plugins/configurator/dump.go
ondrej-fabry
force-pushed
the
release/2.2.x
branch
from
August 9, 2019 12:39
94cc765
to
ee4f4c9
Compare
rastislavs
previously approved these changes
Aug 9, 2019
Signed-off-by: Vladimir Lavor <[email protected]>
rastislavs
approved these changes
Aug 13, 2019
ondrej-fabry
added a commit
to ondrej-fabry/vpp-agent
that referenced
this pull request
Aug 20, 2019
This reverts commit 2c193f2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.