Skip to content
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

Update from update/networkservicemesh/sdk #216

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 26, 2021

commit 268a329 Author: NSMBot nsmbot@networkservicmesh.io Date: Fri Mar 26 08:59:08 2021 +0000 Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 63d1839d3a78d781080c27dbbd569b1688d30655 Author: Artem Belov artem.belov@xored.com Date: Fri Mar 26 15:58:45 2021 +0700 Replace PrefixPool with IPPool in excludedPrefixesServer (#787) Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test IPPool tool Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test IPv4 tests Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Raplace roaring Bitmap with black red tree IP pool Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix using moved structure Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Benchmark tests Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix concurrent access Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Benchmark testing Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix linter issues Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove roaring bitmap from go.mod Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Readme file Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Exclude ipv6 subnet from ipv4 pool Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test GetPrefixes method Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Replace PrefixPool with IPPool Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Prefix bits as a const Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Some refactoring Signed-off-by: Artem Belov artem.belov@xored.com Signed-off-by: NSMBot nsmbot@networkservicmesh.io

…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 63d1839d3a78d781080c27dbbd569b1688d30655
Author: Artem Belov <artem.belov@xored.com>
Date:   Fri Mar 26 15:58:45 2021 +0700

    Replace PrefixPool with IPPool in excludedPrefixesServer (#787)

    * IPPool tool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * IPv4 tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Raplace roaring Bitmap with black red tree IP pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix using moved structure

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix concurrent access

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove roaring bitmap from go.mod

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Readme file

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Exclude ipv6 subnet from ipv4 pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * GetPrefixes method

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Replace PrefixPool with IPPool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Prefix bits as a const

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Some refactoring

    Signed-off-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Mar 26, 2021
…cmd-nsmgr@master networkservicemesh/cmd-nsmgr#216

networkservicemesh/cmd-nsmgr PR link: networkservicemesh/cmd-nsmgr#216

networkservicemesh/cmd-nsmgr commit message:
commit 2fdb208cdffa32b12412386d40429840dd07e99b
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Fri Mar 26 03:59:44 2021 -0500

    Merge 268a329a5f19a628c9f006632a2f5928572eebb1 into 2fdebfe04fc3e430f8a960f9a6a5abedfe4dcde3

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant