summaryrefslogtreecommitdiffstats
path: root/src/mnl.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-03-10 19:20:50 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-03-11 22:11:34 +0100
commit573788e053631a5c069f887caed7c62d521b022d (patch)
treebfac46e2c63dc9b6577a40a65ba91e793b859695 /src/mnl.c
parent8c75d3a169605b605711ccb6f4ab3253c40ba10b (diff)
src: improve error reporting for unsupported chain type
8c75d3a16960 ("Reject invalid chain priority values in user space") provides error reporting from the evaluation phase. Instead, this patch infers the error after the kernel reports EOPNOTSUPP. test.nft:3:28-40: Error: Chains of type "nat" must have a priority value above -200 type nat hook prerouting priority -300; ^^^^^^^^^^^^^ This patch also adds another common issue for users compiling their own kernels if they forget to enable CONFIG_NFT_NAT in their .config file. Acked-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/mnl.c')
0 files changed, 0 insertions, 0 deletions