generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make VXLAN port configurable #341
Merged
Merged
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
9 tasks
ljkiraly
force-pushed
the
vxlan-port
branch
2 times, most recently
from
March 20, 2024 08:32
50e799d
to
6d0feb4
Compare
denis-tingaikin
approved these changes
Mar 21, 2024
glazychev-art
approved these changes
Mar 21, 2024
@ljkiraly Looks good, I think we can merge it. Could you resolve conflicts? |
@denis-tingaikin Seems that the go.mod file in cmd-forwarder-ovs still contains an old sdk-ovs module version: Line 15 in 388bf8e
Seemingly the 'update dependent repositories' action run on sdk-ovs, but maybe something still missing... https://github.com/networkservicemesh/sdk-ovs/actions/runs/8344961644/job/22838691684 |
ljkiraly
force-pushed
the
vxlan-port
branch
3 times, most recently
from
March 21, 2024 13:54
1bee8f7
to
3674a70
Compare
Issue: networkservicemesh#340 Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech>
nsmbot
pushed a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Mar 21, 2024
…d-forwarder-ovs@main PR link: networkservicemesh/cmd-forwarder-ovs#341 Commit: aec4833 Author: Denis Tingaikin Date: 2024-03-21 17:44:23 +0300 Message: - Merge pull request #341 from Nordix/vxlan-port Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
Oct 1, 2024
…k-ovs@main PR link: networkservicemesh/sdk-ovs#341 Commit: 62994b2 Author: Network Service Mesh Bot Date: 2024-10-01 05:02:25 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#341) PR link: networkservicemesh/sdk-sriov#611 Commit: 9c3275a Author: Network Service Mesh Bot Date: 2024-10-01 04:58:00 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#611) PR link: networkservicemesh/sdk-kernel#682 Commit: 9e08c2b Author: Network Service Mesh Bot Date: 2024-10-01 04:54:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#682) PR link: networkservicemesh/sdk#1672 Commit: 5a9d3ce Author: Arpad Kiss Date: 2024-10-01 11:52:03 +0200 Message: - Add log level change based on signals (#1672) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
added a commit
that referenced
this pull request
Oct 1, 2024
…k-ovs@main (#416) PR link: networkservicemesh/sdk-ovs#341 Commit: 62994b2 Author: Network Service Mesh Bot Date: 2024-10-01 05:02:25 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#341) PR link: networkservicemesh/sdk-sriov#611 Commit: 9c3275a Author: Network Service Mesh Bot Date: 2024-10-01 04:58:00 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#611) PR link: networkservicemesh/sdk-kernel#682 Commit: 9e08c2b Author: Network Service Mesh Bot Date: 2024-10-01 04:54:32 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#682) PR link: networkservicemesh/sdk#1672 Commit: 5a9d3ce Author: Arpad Kiss Date: 2024-10-01 11:52:03 +0200 Message: - Add log level change based on signals (#1672) 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.
Issue: #340