-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate binapi for VPP 20.01 Signed-off-by: Ondrej Fabry <[email protected]> * Update VPP 20.01 implementations Signed-off-by: Ondrej Fabry <[email protected]> * Update govpp Signed-off-by: Ondrej Fabry <[email protected]> * Remove VPP version 2001_324 Signed-off-by: Ondrej Fabry <[email protected]> * Address golangcibot comments Signed-off-by: Ondrej Fabry <[email protected]> * Remove jsongo replace Signed-off-by: Ondrej Fabry <[email protected]> * Remove blank imports for vpp2001_324 Signed-off-by: Ondrej Fabry <[email protected]> * Fix brackets in Makefile Signed-off-by: Ondrej Fabry <[email protected]> * Remove unused func Signed-off-by: Ondrej Fabry <[email protected]> * Define gre tunnel mode as P2P by default Signed-off-by: Ondrej Fabry <[email protected]> * Recognize VPP crash in integration tests Signed-off-by: Ondrej Fabry <[email protected]> * Add context to more vppcalls methods Signed-off-by: Ondrej Fabry <[email protected]> * Re-generate binapi for VPP 19.08 Signed-off-by: Ondrej Fabry <[email protected]> * Update Go version Signed-off-by: Ondrej Fabry <[email protected]> * Re-generate binapi for VPP 19.04 Signed-off-by: Ondrej Fabry <[email protected]> * Fix nil context Signed-off-by: Ondrej Fabry <[email protected]> * Update .dockerignore to ignore compiled files Signed-off-by: Ondrej Fabry <[email protected]> * Do not pull image by default Signed-off-by: Ondrej Fabry <[email protected]> * Add purge make target Signed-off-by: Ondrej Fabry <[email protected]> * Update .travis.yml - combine build & test stages - cache downloaded modules Signed-off-by: Ondrej Fabry <[email protected]> * Improve make target dep-check Signed-off-by: Ondrej Fabry <[email protected]> * Improve make target dep-check Signed-off-by: Ondrej Fabry <[email protected]> * Fix .travis.yml Signed-off-by: Ondrej Fabry <[email protected]> * Update .travis.yml Signed-off-by: Ondrej Fabry <[email protected]> * Define funcs for adding/checking non-retryable errors Signed-off-by: Ondrej Fabry <[email protected]> * Disable IP neighbor config for VPP 20.01 IP neighbor configuraton is not implemented for 20.01, because of breaking change in the API. New proto model must be defined to support configuring this properly. The current model does not allow separated config for IPv4 and IPv6. Signed-off-by: Ondrej Fabry <[email protected]> * Separate blank imports Signed-off-by: Ondrej Fabry <[email protected]> * Comment out unused Signed-off-by: Ondrej Fabry <[email protected]> * Define DefaultNat44GlobalConfig for NAT handler This allows having different default configuration for each VPP version. In VPP 20.01 the virtual reassembly has been moved from NAT to IP plugin and can be configured for both IPv4/IPv6. However due to incompatibilities, like Timeout being changed from sec to ms, it is disabled for now. The IP Reassembly configuration should be implemented in L3 plugin as it is not NAT-specific feature in any way. Signed-off-by: Ondrej Fabry <[email protected]> * Fix integration test for IP neighbor config Signed-off-by: Ondrej Fabry <[email protected]> * Skip dumping IP reassembly Signed-off-by: Ondrej Fabry <[email protected]> * Fix ip neighbor integration test Signed-off-by: Ondrej Fabry <[email protected]>
- Loading branch information
1 parent
0c8bd9f
commit d7e320e
Showing
361 changed files
with
11,762 additions
and
65,527 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.