-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for kernel-based forwarder #532
Comments
I super like this direction. @edwarnicke Can we schedule this for some release? |
Are there any updates on this? I'm just approaching NSM and I guess using classic linux kernel forwarding may ease the learning curve of NSM internals, since I can leave VPP mechanisms aside, and I am more familiar with Linux virtual networking mechanics (veth/namespaces/netlink libs). I was also looking into the most recent implementation of the NSM kernel forwarder here: Thanks |
…ate/networkservicemesh/sdk Update from update/networkservicemesh/sdk
…k-k8s@main PR link: networkservicemesh/sdk-k8s#532 Commit: d2e270c Author: Network Service Mesh Bot Date: 2024-11-05 08:58:07 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#532) PR link: networkservicemesh/sdk#1687 Commit: 370b7b5 Author: dependabot[bot] Date: 2024-11-05 09:42:27 -0500 Message: - Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687) Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.2.0...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: NSMBot <[email protected]>
I Hope I post the issue on the correct section.
I'm working on a project involving the usage of network service mesh.
In the project I want to use a kernel-based forwarder instead of the VPP-forwarder.
In the below link I found an example for VPP-forwarder:
https://github.com/networkservicemesh/cmd-forwarder-vpp/blob/main/main.go
I searched for a kernel-based forwarder but found an outdated version in the below link:
https://github.com/networkservicemesh/networkservicemesh/tree/v0.2.0/forwarder/kernel-forwarder
Is there any example or implementation of a kernel-based forwarder that I can use?
If not, do you have recommendations on getting/implementing one?
Thanks,
Ben Agai Meherabanan
The text was updated successfully, but these errors were encountered: