generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add an ability to choose IPAM policy #612
Merged
denis-tingaikin
merged 6 commits into
networkservicemesh:main
from
NikitaSkrynnik:ipam-policies
Aug 27, 2024
Merged
Add an ability to choose IPAM policy #612
denis-tingaikin
merged 6 commits into
networkservicemesh:main
from
NikitaSkrynnik:ipam-policies
Aug 27, 2024
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: NikitaSkrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
NikitaSkrynnik
force-pushed
the
ipam-policies
branch
from
August 21, 2024 03:17
7c0202d
to
47ad2d0
Compare
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
NikitaSkrynnik
force-pushed
the
ipam-policies
branch
from
August 21, 2024 03:25
436721b
to
336881c
Compare
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
Ex4amp1e
reviewed
Aug 27, 2024
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
denis-tingaikin
approved these changes
Aug 27, 2024
nsmbot
pushed a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Aug 27, 2024
…d-nse-icmp-responder@main PR link: networkservicemesh/cmd-nse-icmp-responder#612 Commit: 65b5370 Author: Denis Tingaikin Date: 2024-08-27 13:05:24 +0300 Message: - Merge pull request #612 from NikitaSkrynnik/ipam-policies Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
added a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Aug 27, 2024
…d-nse-icmp-responder@main (#12242) PR link: networkservicemesh/cmd-nse-icmp-responder#612 Commit: 65b5370 Author: Denis Tingaikin Date: 2024-08-27 13:05:24 +0300 Message: - Merge pull request #612 from NikitaSkrynnik/ipam-policies Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
Oct 4, 2024
…k-sriov@main PR link: networkservicemesh/sdk-sriov#612 Commit: dc8c91b Author: Network Service Mesh Bot Date: 2024-10-04 18:12:53 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#612) PR link: networkservicemesh/sdk-kernel#683 Commit: f5852d2 Author: Network Service Mesh Bot Date: 2024-10-04 18:09:31 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#683) PR link: networkservicemesh/sdk#1675 Commit: 95c7ff7 Author: Arpad Kiss Date: 2024-10-05 01:07:12 +0200 Message: - Add boundary check to SetupLogLevelChange (#1675) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
added a commit
that referenced
this pull request
Oct 4, 2024
…k-sriov@main (#617) PR link: networkservicemesh/sdk-sriov#612 Commit: dc8c91b Author: Network Service Mesh Bot Date: 2024-10-04 18:12:53 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#612) PR link: networkservicemesh/sdk-kernel#683 Commit: f5852d2 Author: Network Service Mesh Bot Date: 2024-10-04 18:09:31 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#683) PR link: networkservicemesh/sdk#1675 Commit: 95c7ff7 Author: Arpad Kiss Date: 2024-10-05 01:07:12 +0200 Message: - Add boundary check to SetupLogLevelChange (#1675) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
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.
Description
Add an ability to choose IPAM policy. There are two policies at this moment:
default
andstrict
.deafult
uses standardpoint2point
IPAM andstrict
usesstrictipam
wrapper forpoint2point
IPAM. Fixes issues: