From c82a26ebf7e9f5caf74fa4005da8eb7007cd940c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 11 Oct 2018 17:48:56 +0200 Subject: json: Add ct timeout support Add support for printing and parsing ct timeout objects to JSON API. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/ip/objects.t.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/py') diff --git a/tests/py/ip/objects.t.json b/tests/py/ip/objects.t.json index 8e838cf4..a98d73c5 100644 --- a/tests/py/ip/objects.t.json +++ b/tests/py/ip/objects.t.json @@ -186,3 +186,10 @@ } ] +# ct timeout set "cttime1" +[ + { + "ct timeout": "cttime1" + } +] + -- cgit v1.2.3