From 482384102acd0af95ff966448a5253538b58c957 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Sat, 4 Dec 2021 16:59:49 +0100
Subject: T562: bugfix missing "," on variable listing

This prevented VyOS to actually boot as the configuration could not be
loaded, as "system host-name" was unable to commit.
---
 src/services/vyos-hostsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/services/vyos-hostsd b/src/services/vyos-hostsd
index 1e0b37efe..df9f18d2d 100755
--- a/src/services/vyos-hostsd
+++ b/src/services/vyos-hostsd
@@ -289,7 +289,7 @@ base_schema = Schema({
     Required('op'): Any('add', 'delete', 'set', 'get', 'apply'),
     'type': Any('name_servers',
         'name_server_tags_recursor', 'name_server_tags_system',
-        'forward_zones', 'authoritative_zones' 'search_domains',
+        'forward_zones', 'authoritative_zones', 'search_domains',
         'hosts', 'host_name'),
     'data': Any(list, dict),
     'tag': str,
-- 
cgit v1.2.3