diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-07-02 21:54:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-07-02 21:54:29 +0200 |
commit | a76f517ef9d2c7f10f5df936d61a34783c9b0d4c (patch) | |
tree | 00d9a9d78e7878b4bbd7e8cc2a620e006a3ac699 /src/conf_mode | |
parent | bc40e74b2d567e192385925028de4629c9caf59d (diff) | |
download | vyos-1x-a76f517ef9d2c7f10f5df936d61a34783c9b0d4c.tar.gz vyos-1x-a76f517ef9d2c7f10f5df936d61a34783c9b0d4c.zip |
T652: SNMP: bugfix initial specification of v3 engine id missing
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/snmp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index b74d0724b..1ef69ceb2 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -85,6 +85,7 @@ usmUser 1 3 {{ u.engineID }} "{{ u.name }}" "{{ u.name }}" NULL {{ u.authOID }} {% endif %} createUser {{ vyos_user }} MD5 "{{ vyos_user_pass }}" DES +oldEngineID {{ v3_engineid }} """ # SNMPS template - be careful if you edit the template. |