summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-02 09:57:42 +0100
committerGitHub <noreply@github.com>2024-01-02 09:57:42 +0100
commitc89b091cd7b36412af7a8b45659b65ddf93bdaf5 (patch)
tree7c6d183cb9a2f947f642d7f55965fbf942a8ff4f
parent22bf0f39ef2b01e4515f1a1a5b0ef42a303de3a9 (diff)
parente4f19ecbac5f6ef936cce1c6327e6108a2c43529 (diff)
downloadvyos-1x-c89b091cd7b36412af7a8b45659b65ddf93bdaf5.tar.gz
vyos-1x-c89b091cd7b36412af7a8b45659b65ddf93bdaf5.zip
Merge pull request #2741 from vyos/mergify/bp/sagitta/pr-2736
vyos-configd: extend list of included scripts (backport #2736)
-rw-r--r--data/configd-include.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json
index d1f9db796..dc00f0698 100644
--- a/data/configd-include.json
+++ b/data/configd-include.json
@@ -54,6 +54,7 @@
"protocols_static_multicast.py",
"protocols_static_neighbor-proxy.py",
"qos.py",
+"service_aws_glb.py",
"service_broadcast-relay.py",
"service_config-sync.py",
"service_conntrack-sync.py",
@@ -77,10 +78,13 @@
"service_pppoe-server.py",
"service_router-advert.py",
"service_salt-minion.py",
+"service_sla.py",
"service_ssh.py",
"service_tftp-server.py",
"service_upnp.py",
+"service_webproxy.py",
"system_acceleration.py",
+"system_config-management.py",
"system_conntrack.py",
"system_console.py",
"system_flow-accounting.py",