bugzilla-daemon at netfilter.org
2018-Dec-03 14:39 UTC
[Bug 1306] New: burst packets becomes burst bytes
https://bugzilla.netfilter.org/show_bug.cgi?id=1306 Bug ID: 1306 Summary: burst packets becomes burst bytes Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: c.marquis at viapass.com "burst X packets" becomes "burst X bytes" 'nft add rule ip filter mychain iif eth0 limit rate 512 kbytes/second burst 5 packets counter jump accepted' results in: 'nft list chain ip filter mychain' = table ip filter { chain mychain { iif "eth0" limit rate 512 kbytes/second burst 2 bytes counter packets 0 bytes 0 jump accepted } } (nftables from git snapshot 15 Nov. 2018) -- 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/20181203/d0331786/attachment.html>
bugzilla-daemon at netfilter.org
2019-Jul-12 10:52 UTC
[Bug 1306] burst packets becomes burst bytes
https://bugzilla.netfilter.org/show_bug.cgi?id=1306 Florian Westphal <fw at strlen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |fw at strlen.de --- Comment #1 from Florian Westphal <fw at strlen.de> --- Fixed via: http://git.netfilter.org/nftables/commit/?id=1018eae77176cffd39bad0e499010923642c2cba -- 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/20190712/1f150932/attachment.html>
Maybe Matching Threads
- [Bug 1220] New: Reverse path filtering using "fib" needs better documentation
- [Bug 1221] New: "fib" produces strange results with an IPv6 default route
- [Bug 1349] New: "nft list ruleset" shows rules twice
- [Bug 1117] New: Table ipv4-nat prerouting dnat doesn't accept dest IP:PORT
- [Bug 1761] New: nft_fib checks only the main route table when iif is a slave of a master vrf interface