Displaying 3 results from an estimated 3 matches for "viapass".
Did you mean:
ipass
2019 Jul 24
4
[Bug 1356] New: adding element to map inverts byte order
...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: c.marquis at viapass.com
Hi, i noticed a byte order inversion while adding an element to a verdict map,
as following:
> nft add element ip filter ok { 0x00000045: jump go }
produces:
> map ok {
> type mark : verdict
> elements = { 0x45000000 : jump go }
> }
(version: both nftables and libn...
2017 Feb 09
4
[Bug 1120] New: nf_tables_check_loops error on adding element to vmap
...o vmap
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: trivial
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org
Reporter: c.marquis at viapass.com
Created attachment 493
--> https://bugzilla.netfilter.org/attachment.cgi?id=493&action=edit
Kernel Logs
Dear NetFilter team,
I'm facing an strange issue, and I had no idea where to put the information so
I came here
I've a simple configuration, like this :
table ip filt...
2018 Dec 03
1
[Bug 1306] New: burst packets becomes burst bytes
...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 {...