search for: lennion

Displaying 6 results from an estimated 6 matches for "lennion".

Did you mean: lannion
2017 Jan 19
5
[Bug 1114] New: set: Can't add elements after flushing a full set with size description
...size description Product: nftables Version: unspecified Hardware: x86_64 OS: Ubuntu Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: elise.lennion at gmail.com Here an example of this bug. $ sudo nft add table x $ sudo nft add set x s {type ipv4_addr\; size 2\;} $ sudo nft add element x s {1.1.1.1} $ sudo nft add element x s {1.1.1.2} $ sudo nft flush set x s $ sudo nft add element x s {1.1.1.1} <cmdline>:1:1-26: Error: Could not pro...
2017 Feb 06
4
[Bug 1118] New: nft: nft -f and nft list ruleset use different sets of service -> port mappings
https://bugzilla.netfilter.org/show_bug.cgi?id=1118 Bug ID: 1118 Summary: nft: nft -f and nft list ruleset use different sets of service -> port mappings Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5
2017 Oct 12
0
[ANNOUNCE] libnftnl 1.0.8 release
...support new kernel features and bug fixes. You can download this library from: http://www.netfilter.org/projects/libnftnl/downloads.html ftp://ftp.netfilter.org/pub/libnftnl/ Thanks! -------------- next part -------------- Alexander Alemayhu (1): exthdr: remove unused variable uval8 Elise Lennion (2): examples: Remove the use of nftnl_mnl_batch_put() src: Use nftnl_buf to export XML/JSON rules Eric Leblond (1): set: free user data Florian Westphal (9): src: ct: add zone support object: don't set NFTNL_OBJ_TYPE unless obj->ops is non-null object:...
2018 Feb 02
0
[ANNOUNCE] iptables 1.6.2 release
...in struct. Baruch Siach (1): utils: nfsynproxy: fix build with musl libc Dan Williams (3): libiptc: don't set_changed() when checking rules with module jumps iptables-restore/ip6tables-restore: add --version/-V argument iptables-restore.8: document -w/-W options Elise Lennion (1): extensions: libxt_hashlimit: Add translation to nft Florian Westphal (2): tests: xlate-test: no need to require superuser privileges policy: add nft translation for simple policy none/strict use case Gargi Sharma (2): iptables: Constify option struct extensions:...
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...testcase for deleting many set elements tests: shell: another testcase for deleting many set elements tests: shell: add a testcase for many defines tests: shell: add testcase for different defines usage Carlos Falgueras GarcĂ­a (1): src: Simplify parser rule_spec tree Elise Lennion (4): datatype: Replace getnameinfo() by internal lookup table datatype: Display pre-defined inet_service values in host byte order datatype: Display pre-defined inet_service values in decimal base expression: Show the base which pre-defined constants are displayed Florian W...
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...lements in named sets Bertrand Bonnefoy-Claudet (1): doc: Fix typo in manpage Daniel Kahn Gillmor (1): man: use https for wiki link Duncan Roe (3): datatype: printf format warnings on 32-bit build doc: nft.8 add chain synopsis doc: nft.8 Document rule replace Elise Lennion (27): src: sort set elements in netlink_get_setelems() tests: shell: add maps tests src: Allow to list ruleset without stateful information doc: Include stateless option tests: py: Use stateless option on tests tests: shell: Add test for set element leak bug...