Skip to content

[Feature Request] - have cls_matchall compiled as module by default #194

Open
@SkyperTHC

Description

@SkyperTHC

Actually related to AL2. Please direct me how to report this bug for AL2 (if not here).

Currently with AL2: CLS_MATCHALL is not compiled as module. This means that any kind of Traffic-Control (qdisc / tc) will fail as most of them need the matchall-target.

grep CONFIG_NET_CLS_MATCHALL /boot/config-*
CONFIG_NET_CLS_MATCHALL=# not included

All other distro's have this enable by default (e.g. AWS"s Ubuntu, debian, ..).

Describe the solution you'd like

Change kernel config to compile cls_match as module like any other distro does:

CONFIG_NET_CLS_MATCHALL=m

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions