Package: nftables Version: 0.9.2-2 Severity: minor $ cat > nftables.conf <<EOF include "./nftables-inc.conf" ( EOF $ touch nftables-inc.conf $ /usr/sbin/nft --check --file nftables.conf In file included from nftables.conf:1:1-30: ./nftables-inc.conf:1:2-2: Error: syntax error, unexpected '('
Notice how nftables is complaining about a syntax error in the included file, even though the error is actually in the main file.