search for: dynset

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

2020 Feb 28
3
[Bug 1411] New: add elements with counter to dynamic sets with
...e" counters, so you can see how many times given item was added/updated. But when you add this item manually and not from packet path, this counter is missing: ********************** # setup dynamic set nft add table t nft add chain t c { type filter hook input priority 0\; } nft add set t dynset { type ipv4_addr\; flags dynamic\; } nft add rule t c add @dynset { ip saddr counter } # ping 8.8.8.8 ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=50 time=6.05 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=50 time=5.05 ms ^C # list dynamic set, see &...
2015 Sep 16
1
[ANNOUNCE] libnftnl 1.0.4 release
...Alvaro Neira Ayuso (4): buffer: fix missing XML string tag in nft_buf_close src: add command tag in JSON/XML export support src: add support to import JSON/XML with the new command tag tests: update JSON/XML tests with the new syntax Arturo Borrero Gonzalez (1): expr: dynset: fix json/xml parsing Balazs Scheidler (1): expr: redir: fix snprintf to return the number of bytes printed Carlos Falgueras Garc?a (1): src: fix memory leaks at nft_[object]_nlmsg_parse Pablo Neira Ayuso (17): src: add missing include in utils.c ruleset: fix more leaks i...
2020 Jun 05
0
[ANNOUNCE] libnftnl 1.1.7 release
...ttp://www.netfilter.org/projects/libnftnl/downloads.html ftp://ftp.netfilter.org/pub/libnftnl/ Have fun. -------------- next part -------------- Pablo Neira Ayuso (5): udata: add NFTNL_UDATA_SET_DATA_INTERVAL expr: objref: add nftnl_expr_objref_free() to release object name expr: dynset: release stateful expression from .free path flowtable: relax logic to build NFTA_FLOWTABLE_HOOK build: libnftnl 1.1.7 release