JÓ HÍREK

2018-07-08 Thread Mrs. Ursula Alice Walton
Kedves Kedvezményezettem, Biztos vagyok benne, hogy ez a levél meglepetésként fog megjelenni, mivel még soha nem találkoztunk, és akkor is megkérdeznéd, hogy miért döntöttem úgy, hogy választottam Önt a világ számos internethasználója között. Pontosan, nem tudom megmondani, hogy miért választot

[PATCH nft] tests: py: add ct timeout tests

2018-07-08 Thread Harsha Sharma
Add test for adding ct timeout objects and assigning it via rule. Signed-off-by: Harsha Sharma --- tests/py/ip/objects.t | 6 ++ tests/py/ip/objects.t.payload | 4 tests/py/nft-test.py | 4 3 files changed, 14 insertions(+) diff --git a/tests/py/ip/objects.t b/tes

[PATCH] rule: obj: list only the table containing object

2018-07-08 Thread Harsha Sharma
For e.g. %nft list ct helper ip raw cthelp1 table ip filter { } table ip raw { ct helper cthelp1 { type "ftp" protocol tcp l3proto ip } } With this patch, print only table raw Signed-off-by: Harsha Sharma --- src/rule.c | 12 +--- 1 file c

[PATCH v2] ipset: list:set: Decrease refcount synchronously on deletion and replace

2018-07-08 Thread Stefano Brivio
Commit 45040978c899 ("netfilter: ipset: Fix set:list type crash when flush/dump set in parallel") postponed decreasing set reference counters to the RCU callback. An 'ipset del' command can terminate before the RCU grace period is elapsed, and if sets are listed before then, the reference counter