Skip to content

CONFIG_LWTUNNEL is not enabled #8224

@ArchangelSDY

Description

@ArchangelSDY

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for a feature or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions