diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 22:02:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 22:31:31 +0200 |
commit | 6d0c73c420293dc19d59b021088748ae9ec9eecc (patch) | |
tree | 85a4e580947366e6d7e340c7f4b1557161a9bc36 /interface-definitions/vrrp.xml.in | |
parent | 6fa44eaf1f4525ee7dc95df6ba6d3d4474b26d71 (diff) | |
download | vyos-1x-6d0c73c420293dc19d59b021088748ae9ec9eecc.tar.gz vyos-1x-6d0c73c420293dc19d59b021088748ae9ec9eecc.zip |
xml: cleanup - replace format "text" with "txt" as required by the BASH helpers
(cherry picked from commit 51f7ce31bc60ea9933848bc23efda9386e39a151)
Diffstat (limited to 'interface-definitions/vrrp.xml.in')
-rw-r--r-- | interface-definitions/vrrp.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vrrp.xml.in b/interface-definitions/vrrp.xml.in index 54cd44275..829e7ea01 100644 --- a/interface-definitions/vrrp.xml.in +++ b/interface-definitions/vrrp.xml.in @@ -45,7 +45,7 @@ <properties> <help>VRRP password</help> <valueHelp> - <format>text</format> + <format>txt</format> <description>Password string (up to 8 characters)</description> </valueHelp> <constraint> @@ -282,7 +282,7 @@ <multi/> <help>Sync group member</help> <valueHelp> - <format>text</format> + <format>txt</format> <description>VRRP group name</description> </valueHelp> <completionHelp> |