[Bug 1306] New: burst packets becomes burst bytes
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Dec 3 15:39:44 CET 2018
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>
More information about the netfilter-buglog
mailing list