From 82a5ae32684b2368be2447a2eea4522f686f0d74 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 16 Sep 2018 20:27:42 +0200 Subject: snmp: fix python script indention --- src/conf_mode/snmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index f3406bb5b..fe655f43e 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -288,7 +288,7 @@ def get_config(): if vyos.validate.is_ipv4(addr): community['network_v4'].append(addr) else: - community['network_v6'].append(addr) + community['network_v6'].append(addr) snmp['communities'].append(community) -- cgit v1.2.3