diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-27 21:44:56 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-28 15:03:36 +0200 |
commit | 3910cb51e3ad1c0e19bb63391971cb1ee5a39bc6 (patch) | |
tree | ca90b40f880390271fbb6abb0ed2b50816cfc9ea /data/configd-include.json | |
parent | b1772a82e5609051d1960c9aa12a8a1674c9dc03 (diff) | |
download | vyos-1x-3910cb51e3ad1c0e19bb63391971cb1ee5a39bc6.tar.gz vyos-1x-3910cb51e3ad1c0e19bb63391971cb1ee5a39bc6.zip |
configd: eanble other missed out services
Diffstat (limited to 'data/configd-include.json')
-rw-r--r-- | data/configd-include.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 2c3c389d6..681685dd9 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -35,6 +35,7 @@ "lldp.py", "nat.py", "nat66.py", +"netns.py", "ntp.py", "pki.py", "policy.py", @@ -50,6 +51,7 @@ "protocols_pim.py", "protocols_rip.py", "protocols_ripng.py", +"protocols_rpki.py", "protocols_static.py", "protocols_static_multicast.py", "qos.py", @@ -58,6 +60,7 @@ "service_ids_fastnetmon.py", "service_ipoe-server.py", "service_mdns-repeater.py", +"service_monitoring_telegraf.py", "service_pppoe-server.py", "service_router-advert.py", "service_upnp.py", @@ -65,7 +68,10 @@ "system-ip.py", "system-ipv6.py", "system-login-banner.py", +"system-logs.py", "system-option.py", +"system-proxy.py", +"system_sysctl.py", "system-syslog.py", "system-timezone.py", "system_console.py", |