On Fri, Jul 04, 2025 at 10:31:21AM +0200, Florian Westphal wrote: > Phil Sutter <phil@xxxxxx> wrote: > > Just like with TCP and UDP protocol matches, emit a simple 'meta > > l4proto' match if no specific header detail is to be matched. > > > > Note that plain '-m sctp' should be a NOP in kernel, but '-p sctp -m > > sctp' is not and the translation is deferred to the extension in that > > case. Keep things stu^Wsimple and translate unconditionally. > > Reviewed-by: Florian Westphal <fw@xxxxxxxxx> Patch applied, thanks!