-
Notifications
You must be signed in to change notification settings - Fork 35
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
Connecting a remote interface without creating a VLAN on top #5710
Conversation
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>
f469b2a
to
1d7b958
Compare
- name: NSM_CIDR_PREFIX | ||
value: 172.10.1.0/24,100:201::/64 | ||
value: 172.10.1.0/24 |
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.
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 |
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.
Why are we clipping v6 out of the example here?
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.
@edwarnicke: Currently this TC does not check IPv6 connections - can be confusing. IPv6 for nse-remote-vlan is tested by Kernel2KernelRvlanInternal
…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>
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