diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-05 10:52:41 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-05 10:52:41 +0000 |
commit | 5ae730a52de2f284e45cd433bb0cf66c8508f2f7 (patch) | |
tree | e5e64fac1435bf5d71699d664fc992ba3f2ad137 /interface-definitions/high-availability.xml.in | |
parent | 487c817ea320ddabcdaf41a8112937a29c19443e (diff) | |
download | vyos-1x-5ae730a52de2f284e45cd433bb0cf66c8508f2f7.tar.gz vyos-1x-5ae730a52de2f284e45cd433bb0cf66c8508f2f7.zip |
T5480: Ability to disable SNMP for keepalived service VRRP
By default we enable `--snmp` for keepalived unit service
Add ability to disable it
set high-availability vrrp disable-snmp
Diffstat (limited to 'interface-definitions/high-availability.xml.in')
-rw-r--r-- | interface-definitions/high-availability.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 4f55916fa..47a772d04 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -12,6 +12,12 @@ <help>Virtual Router Redundancy Protocol settings</help> </properties> <children> + <leafNode name="disable-snmp"> + <properties> + <valueless/> + <help>Disable SNMP</help> + </properties> + </leafNode> <node name="global-parameters"> <properties> <help>VRRP global parameters</help> |