summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-04-10 15:20:21 +0000
committerGitHub <noreply@github.com>2026-04-10 15:20:21 +0000
commite5abe253584e0a60e19abcefad06140754649145 (patch)
tree3da9b7495e397d17e751fb6b0a252daf0e84a0fb /interface-definitions
parent9dccb75c72644fbdf80001259f0438b5f17c8f19 (diff)
parentbe66e4a5e97c2ab846515f5b483abafb21b6759c (diff)
downloadvyos-1x-e5abe253584e0a60e19abcefad06140754649145.tar.gz
vyos-1x-e5abe253584e0a60e19abcefad06140754649145.zip
Merge pull request #5108 from sever-sever/T8448
T8448: add an option to enable SNMP traps in VRRP
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>