diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-15 07:24:48 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-15 07:24:48 +0000 |
commit | 47875457cd8b176f7f23a3141175d745aeb14d8a (patch) | |
tree | 56fd4c2c560456a2878915cd70b9fcaf28d65db6 /interface-definitions | |
parent | 8f705fb8cb0cd707ae3c144834eaa2b4c1b7f810 (diff) | |
download | vyos-1x-47875457cd8b176f7f23a3141175d745aeb14d8a.tar.gz vyos-1x-47875457cd8b176f7f23a3141175d745aeb14d8a.zip |
T5586: Disable by default SNMP for Keeplived VRRP service
AgentX does not work stable. From time to time we see the system
service crashing/degrading if something is wrong with SNMP from
util net-snmp.
We should disable it by default and enable it only if configured.
set high-availability vrrp snmp
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/high-availability.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 47a772d04..aa23888a4 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -12,10 +12,10 @@ <help>Virtual Router Redundancy Protocol settings</help> </properties> <children> - <leafNode name="disable-snmp"> + <leafNode name="snmp"> <properties> <valueless/> - <help>Disable SNMP</help> + <help>Enable SNMP</help> </properties> </leafNode> <node name="global-parameters"> |