Displaying 1 result from an estimated 1 matches for "droidnest".
2017 Mar 22
5
[Bug 1135] New: When used as a script interpreter, nft fails if extra arguments are passed
...passed
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: dsx at droidnest.org
When used as a script interpreter, nft fails if extra arguments are passed.
E.g.:
#!/usr/sbin/nft -I /usr/local/etc/nftables -I /etc/nftables -f
[ruleset follows]
Error produced:
<cmdline>:1:11-11: Error: syntax error, unexpected newline, expecting string
./test.nft
^
--
Y...