From 207df6fc406e81bfeebdff7f404bd242ff3f099f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 7 May 2024 06:48:35 +0200 Subject: Merging upstream version 0.12.2. Signed-off-by: Daniel Baumann --- test/formats/partitions/format.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/formats/partitions/format.json (limited to 'test/formats/partitions/format.json') diff --git a/test/formats/partitions/format.json b/test/formats/partitions/format.json new file mode 100644 index 0000000..971c542 --- /dev/null +++ b/test/formats/partitions/format.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://lnav.org/schemas/format-v1.schema.json", + "syslog_log": { + "partitions": { + "dhclient-binding": { + "description": "Set partition name to current IP", + "pattern": " bound to ([^ ]+) --" + } + } + } +} \ No newline at end of file -- cgit v1.2.3