On 12/02/2020 16:41, ѽ҉ᶬḳ℠ wrote:
Have tried to some online guidance which NFT features require which
kernel config to be set to get them working and whether jump is among
such feature set.
Because hitting:
Error: Could not process rule: Not supported
with:
table inet filter {
chain input { type filter hook input priority 0; iifname pppoe-wan
jump wan_i }
}
As shown, this isn't quite valid nft syntax. Please post a minimal - but
complete - ruleset that reproduces your issue in a form that is
verbatim. Include the wan_i definition, even if it merely an empty chain.
That aside, you would definitely need CONFIG_NF_TABLES_INET for "inet"
support.
--
Kerin Millar