diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-20 22:30:40 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-20 22:32:15 +0200 |
commit | 7e0e8101998a6c8de6cb93c42bfbf1278c13f226 (patch) | |
tree | eb582211b3f1ae0918318d4dced6720b39ad3c03 /data | |
parent | 109e0940be4956879d3ba074894023a1508424bf (diff) | |
download | vyos-1x-7e0e8101998a6c8de6cb93c42bfbf1278c13f226.tar.gz vyos-1x-7e0e8101998a6c8de6cb93c42bfbf1278c13f226.zip |
snmp: T6489: use new Python wrapper to interact with config filesystem
Do no longer use my_set and my_delete as this prevents scripts beeing run under
supervision of vyos-configd.
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 633d898a5..b92d58c72 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -79,6 +79,7 @@ "service_router-advert.py", "service_salt-minion.py", "service_sla.py", +"service_snmp.py", "service_ssh.py", "service_tftp-server.py", "service_webproxy.py", |