[Bug 1176] Invalid identifiers produce unhelpful error messages
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Wed Aug 23 23:04:14 CEST 2017
https://bugzilla.netfilter.org/show_bug.cgi?id=1176
--- Comment #2 from Jeff Kletsky <netfilter at allycomm.com> ---
Unhelpful error message with duplicate chain names:
nftables.conf:3:1-14: Error: Could not process rule: Device or resource busy
flush ruleset
^^^^^^^^^^^^^^
$ cat nftables.conf
#!/usr/sbin/nft -f
flush ruleset
table inet global {
chain prer_r {
type filter hook prerouting priority -175
}
chain prer_r {
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/4beb91f8/attachment.html>
More information about the netfilter-buglog
mailing list