Open
Description
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