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:40:36 +0100 |
commit | 57fca79636b783dc4be2df1bc1ff12a0ce79d988 (patch) | |
tree | 5486dfa517bf26333c937bb75b2bab08a1cd5842 /interface-definitions/snmp.xml.in | |
parent | b0c8bb556352d5953e22cc3db90fac5fdf699004 (diff) | |
download | vyos-1x-57fca79636b783dc4be2df1bc1ff12a0ce79d988.tar.gz vyos-1x-57fca79636b783dc4be2df1bc1ff12a0ce79d988.zip |
ssh: T3212: do not make /run/sshd directory disappear on failure
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"> |