[Bug 1176] Invalid identifiers produce unhelpful error messages
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Aug 23 23:15:54 CEST 2017
https://bugzilla.netfilter.org/show_bug.cgi?id=1176
--- Comment #3 from Jeff Kletsky <netfilter at allycomm.com> ---
Unhelpful error messages on chain identifier too long:
nftables.conf:3:1-14: Error: Could not process rule: Numerical result out of
range
flush ruleset
^^^^^^^^^^^^^^
nftables.conf:3:1-14: Error: Could not process rule: Numerical result out of
range
flush ruleset
^^^^^^^^^^^^^^
$ cat nftables.conf
#!/usr/sbin/nft -f
flush ruleset
table inet global {
chain prerouting123456789012345678901. {
type filter hook prerouting priority -175
}
chain prerouting123456789012345678901_ {
type filter hook prerouting priority -50
}
}
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170823/9d1aec24/attachment-0001.html>
More information about the netfilter-buglog
mailing list