-
Notifications
You must be signed in to change notification settings - Fork 36
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 #1091
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
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Sep 29, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-cmd-forwarder-vpp
that referenced
this pull request
Sep 29, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
edwarnicke
reviewed
Sep 29, 2021
} | ||
|
||
// NewClient - set the SrcIP for the vxlan mechanism | ||
func NewClient(tunnelIP net.IP) networkservice.NetworkServiceClient { | ||
func NewClient(tunnelIP net.IP, tunnelPort uint16) networkservice.NetworkServiceClient { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use the Option pattern here for tunnelPort?
Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Sep 29, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-cmd-forwarder-vpp
that referenced
this pull request
Sep 29, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
nsmbot
pushed a commit
to networkservicemesh/cmd-registry-memory
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nsc-init
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nsmgr
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-registry-proxy-dns
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/sdk-kernel
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nsmgr-proxy
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nse-vfio
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/sdk-k8s
that referenced
this pull request
Sep 29, 2021
…k@main PR link: networkservicemesh/sdk#1091 Commit: ec235de Author: zolug Date: 2021-09-29 20:04:27 +0200 Message: - Make vxlan port configurable (#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
This was referenced Sep 29, 2021
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Sep 30, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-cmd-forwarder-vpp
that referenced
this pull request
Sep 30, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Sep 30, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Sep 30, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-sdk-vpp
that referenced
this pull request
Oct 1, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
edwarnicke
pushed a commit
to networkservicemesh/sdk-vpp
that referenced
this pull request
Oct 6, 2021
networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
nsmbot
pushed a commit
to networkservicemesh/cmd-nse-icmp-responder-vpp
that referenced
this pull request
Oct 6, 2021
…k-vpp@main PR link: networkservicemesh/sdk-vpp#394 Commit: a3f3e2c Author: zolug Date: 2021-10-06 22:52:48 +0200 Message: - Make vxlan port configurable (#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nsc-vpp
that referenced
this pull request
Oct 6, 2021
…k-vpp@main PR link: networkservicemesh/sdk-vpp#394 Commit: a3f3e2c Author: zolug Date: 2021-10-06 22:52:48 +0200 Message: - Make vxlan port configurable (#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
to networkservicemesh/cmd-nse-firewall-vpp
that referenced
this pull request
Oct 6, 2021
…k-vpp@main PR link: networkservicemesh/sdk-vpp#394 Commit: a3f3e2c Author: zolug Date: 2021-10-06 22:52:48 +0200 Message: - Make vxlan port configurable (#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
This was referenced Oct 6, 2021
Merged
nsmbot
pushed a commit
to networkservicemesh/cmd-forwarder-vpp
that referenced
this pull request
Oct 6, 2021
…k-vpp@main PR link: networkservicemesh/sdk-vpp#394 Commit: a3f3e2c Author: zolug Date: 2021-10-06 22:52:48 +0200 Message: - Make vxlan port configurable (#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
zolug
added a commit
to Nordix/nsm-cmd-forwarder-vpp
that referenced
this pull request
Oct 7, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
zolug
added a commit
to Nordix/nsm-cmd-forwarder-vpp
that referenced
this pull request
Oct 7, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
edwarnicke
pushed a commit
to networkservicemesh/cmd-forwarder-vpp
that referenced
this pull request
Oct 7, 2021
networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) Signed-off-by: Zoltan Lugossy <zoltan.lugossy@est.tech>
nsmbot
pushed a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Oct 7, 2021
…d-forwarder-vpp@main PR link: https://github.com/networkservicemesh/cmd-forwarder-vpp/pull/ Commit: d531e5d Author: zolug Date: 2021-10-07 16:23:45 +0200 Message: - Make vxlan port configurable (#341) (#352) networkservicemesh/sdk-vpp commit message: Make vxlan port configurable (see networkservicemesh/sdk-vpp#394) networkservicemesh/sdk commit message: Make vxlan port configurable (see networkservicemesh/sdk#1091) 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
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.
Signed-off-by: Zoltan Lugossy zoltan.lugossy@est.tech
Description
Issue link
networkservicemesh/cmd-forwarder-vpp#341
How Has This Been Tested?
Types of changes