summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-03 15:23:33 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-04-10 15:08:59 +0000
commitbe66e4a5e97c2ab846515f5b483abafb21b6759c (patch)
tree02ca6c916b11bbfadf6bd71519edd7495073fc0f /interface-definitions
parentb476308dc3f64cb1b250b101568f49ab870b6bd1 (diff)
downloadvyos-1x-be66e4a5e97c2ab846515f5b483abafb21b6759c.tar.gz
vyos-1x-be66e4a5e97c2ab846515f5b483abafb21b6759c.zip
T8448: VRRP add configuration for the SNMP traps
Allow to configure Keepalived VRRP traps - set high-availability vrrp snmp trap
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/high-availability.xml.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in
index 6cf6237ca..bb132e337 100644
--- a/interface-definitions/high-availability.xml.in
+++ b/interface-definitions/high-availability.xml.in
@@ -12,12 +12,19 @@
<help>Virtual Router Redundancy Protocol settings</help>
</properties>
<children>
- <leafNode name="snmp">
+ <node name="snmp">
<properties>
- <valueless/>
<help>Enable SNMP</help>
</properties>
- </leafNode>
+ <children>
+ <leafNode name="trap">
+ <properties>
+ <valueless/>
+ <help>Enable SNMP traps</help>
+ </properties>
+ </leafNode>
+ </children>
+ </node>
<node name="global-parameters">
<properties>
<help>VRRP global parameters</help>