summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/snmp.py2
1 files changed, 1 insertions, 1 deletions
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)