From 72d0243f10e4df7c2fb7ce35c3d7f333e83bab97 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 11 Feb 2020 16:11:07 +0100 Subject: T2026: use a unique exit code for config parse errors. --- src/vyos-errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vyos-errors.h') diff --git a/src/vyos-errors.h b/src/vyos-errors.h index 790f4c4..4ac9f57 100644 --- a/src/vyos-errors.h +++ b/src/vyos-errors.h @@ -2,3 +2,4 @@ #define VYOS_GENERAL_FAILURE 1 #define VYOS_INVALID_PATH 2 #define VYOS_EMPTY_CONFIG 3 +#define VYOS_CONFIG_PARSE_ERROR 4 -- cgit v1.2.3