search for: tuxhiba

Displaying 3 results from an estimated 3 matches for "tuxhiba".

Did you mean: toshiba
2014 May 28
0
[Bug 949] New: icmpv6 id option doesn't work
...* Then, We list the table, and It list the following message: $ sudo nft list table ip6 test6 table ip6 test6 { chain input { payload @th,32,16 0x2 [invalid type] } } The same case with max-delay: * max-delay $ sudo nft add rule ip6 test6 input icmpv6 max-delay 33 anarey at tuxhiba ~/SOLETA/dev $ sudo nft list table ip6 test6 table ip6 test6 { chain input { payload @th,32,16 0x21 [invalid type] } } -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug chang...
2014 May 07
1
[Bug 918] New: Ranges and comparat
https://bugzilla.netfilter.org/show_bug.cgi?id=918 Summary: Ranges and comparat Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: anarey at gmail.com
2014 Feb 05
5
[Bug 898] New: You can not add a non-name set with more than 255 elements aprox. Do not show any error.
...ft list table ip test-2 table ip test-2 { chain input255 { type filter hook input priority 0; } } # Other example with a non-name set with 300 element $ sudo nft add table ip test-3 $ sudo sudo nft add chain ip test-3 input300 { type filter hook input priority 0 \; }anarey at tuxhiba ~ $ sudo nft add rule ip test-3 input300 ip saddr {127.2.2.2, 127.2.2.3, 127.2.2.4, 127.2.2.5, 127.2.2.6, 127.2.2.7, 127.2.2.8, 127.2.2.9, 127.2.2.10, 127.2.2.11, 127.2.2.12, 127.2.2.13, 127.2.2.14, 127.2.2.15, 127.2.2.16, 127.2.2.17, 127.2.2.18, 127.2.2.19, 127.2.2.20, 127.2.2.21, 127.2.2.22, 127...