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

CONFIG_LWTUNNEL is not enabled #8224

Open
ArchangelSDY opened this issue Mar 2, 2024 · 0 comments
Open

CONFIG_LWTUNNEL is not enabled #8224

ArchangelSDY opened this issue Mar 2, 2024 · 0 comments
Labels
feature-request Request for a feature or enhancement

Comments

@ArchangelSDY
Copy link
Member

Is your feature request related to a problem? Please describe.
When I run following command,

ip -6 route add ace:cab:deca:1f:1b::/80 encap ip6 dst ace:cab:deca:18::21 dev gnv0

I got this error:

Error: CONFIG_LWTUNNEL is not enabled in this kernel.

Describe the solution you'd like
Looks like lightweight tunnel is not enabled via CONFIG_LWTUNNEL. Is it possible to enable that?

Describe alternatives you've considered

Additional context
I'm trying to set up a many-to-many GENEVE overlay network among nodes. Since I don't want to create a tun device for every other nodes, I'd like to use lightweight tunnel feature so I can set tunnel metadata via routes and have only one tun device.

See

@ArchangelSDY ArchangelSDY added the feature-request Request for a feature or enhancement label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant