diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-13 21:40:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-13 21:43:16 +0100 |
commit | 4f4362736de7a8d75ad31c158e7964e65cc4b1bd (patch) | |
tree | 529233b2fcc9168187c5a33b8d2bd6105bd055ba /interface-definitions/snmp.xml.in | |
parent | 65f66d73d56006779d4bd698b2ce039374614548 (diff) | |
download | vyos-1x-4f4362736de7a8d75ad31c158e7964e65cc4b1bd.tar.gz vyos-1x-4f4362736de7a8d75ad31c158e7964e65cc4b1bd.zip |
ssh: T3212: do not make /run/sshd directory disappear on failure
(cherry picked from commit 57fca79636b783dc4be2df1bc1ff12a0ce79d988)
Diffstat (limited to 'interface-definitions/snmp.xml.in')
-rw-r--r-- | interface-definitions/snmp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index 0a0a29f4d..3a993ec9c 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -6,7 +6,7 @@ <node name="snmp" owner="${vyos_conf_scripts_dir}/snmp.py"> <properties> <help>Simple Network Management Protocol (SNMP)</help> - <priority>980</priority> + <priority>900</priority> </properties> <children> <tagNode name="community"> |