From 80077787f8f21da1efd8dc27a4c5767ab47a1df6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 9 Oct 2018 00:03:28 +0200 Subject: src: remove json support We have better json support in libnftables these days. Signed-off-by: Pablo Neira Ayuso --- tests/jsonfiles/41-rule-real.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/jsonfiles/41-rule-real.json (limited to 'tests/jsonfiles/41-rule-real.json') diff --git a/tests/jsonfiles/41-rule-real.json b/tests/jsonfiles/41-rule-real.json deleted file mode 100644 index 675a95c..0000000 --- a/tests/jsonfiles/41-rule-real.json +++ /dev/null @@ -1 +0,0 @@ -{"nftables":[{"add":[{"rule":{"family":"ip","table":"filter","chain":"output","handle":41,"expr":[{"type":"payload","dreg":1,"offset":16,"len":4,"base":"link"},{"type":"cmp","sreg":1,"op":"eq","data":{"reg":{"type":"value","len":4,"data0":"0x0100a8c0"}}},{"type":"counter","pkts":0,"bytes":0},{"type":"immediate","dreg":0,"data":{"reg":{"type":"verdict","verdict":"drop"}}}]}}]}]} -- cgit v1.2.3