diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-31 08:53:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-31 08:53:48 +0100 |
commit | ad9289163aff39748555790158f4640888b46291 (patch) | |
tree | 4f6c8313bbae675af4167f623b38927d4e55ca37 /data | |
parent | c0d4a61047b7656e770ee8380d3ba0497314c1ec (diff) | |
download | vyos-1x-ad9289163aff39748555790158f4640888b46291.tar.gz vyos-1x-ad9289163aff39748555790158f4640888b46291.zip |
snmp: T4124: remove snmp.py from vyos-configd
Commit 566f7f24 ("snmp: T4124: migrate to get_config_dict()") changed the
internal structure to support vyos-configd. When using SNMPv3 we need to
alter the running config by replacing the plaintext-password with an encrypted
one, this is not allowed with vyos-configd.
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 9090cb201..ee4cb0d42 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -54,7 +54,6 @@ "service_mdns-repeater.py", "service_pppoe-server.py", "service_router-advert.py", -"snmp.py", "ssh.py", "system-ip.py", "system-ipv6.py", |