From ad9289163aff39748555790158f4640888b46291 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 31 Dec 2021 08:53:48 +0100 Subject: 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. --- data/configd-include.json | 1 - 1 file changed, 1 deletion(-) (limited to 'data') 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", -- cgit v1.2.3