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

Connecting a remote interface without creating a VLAN on top #5710

Merged

Conversation

ljkiraly
Copy link
Contributor

@ljkiraly ljkiraly commented May 5, 2022

Related issue: cmd-nse-remote-vlan/18
Related PRs: sdk-vpp/546
cmd-forwarder-vpp/568

Connect external interface directly (using vlan=0) and ping from outside the cluster

Signed-off-by: Laszlo Kiraly laszlo.kiraly@est.tech

@ljkiraly ljkiraly marked this pull request as draft May 5, 2022 15:13
Related issue: cmd-nse-remote-vlan/18
Related PRs: sdk-vpp/546
	cmd-forwarder-vpp/568

Connect external interface directly (using vlan=0) and ping from outside the cluster

Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech>
@ljkiraly ljkiraly force-pushed the fix-cmd-nse-remote-vlan-18 branch from f469b2a to 1d7b958 Compare May 5, 2022 15:16
@ljkiraly ljkiraly requested review from uablrek and zolug May 6, 2022 10:34
@ljkiraly ljkiraly marked this pull request as ready for review May 10, 2022 11:18
@ljkiraly ljkiraly requested a review from edwarnicke May 10, 2022 11:18
- name: NSM_CIDR_PREFIX
value: 172.10.1.0/24,100:201::/64
value: 172.10.1.0/24
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we clipping v6 out of the example here?

@@ -217,7 +217,7 @@ spec:
- name: NSM_SERVICES
value: "blue-bridge.${SECOND_NAMESPACE} { vlan: 300; via: gw1 }, green-bridge.${SECOND_NAMESPACE} { vlan: 400; via: gw1 }"
- name: NSM_CIDR_PREFIX
value: 172.10.2.0/24,100:202::/64
value: 172.10.2.0/24
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we clipping v6 out of the example here?

Copy link
Contributor Author

@ljkiraly ljkiraly May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edwarnicke: Currently this TC does not check IPv6 connections - can be confusing. IPv6 for nse-remote-vlan is tested by Kernel2KernelRvlanInternal

@edwarnicke edwarnicke merged commit 3efe3eb into networkservicemesh:main May 23, 2022
nsmbot pushed a commit to networkservicemesh/integration-tests that referenced this pull request May 23, 2022
…ployments-k8s@main

PR link: networkservicemesh/deployments-k8s#5710

Commit: 78fd1c6
Author: Network Service Mesh Bot
Date: 2022-05-23 07:44:39 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/de…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@ljkiraly ljkiraly deleted the fix-cmd-nse-remote-vlan-18 branch May 24, 2022 11:35
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.

2 participants