diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-14 21:26:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-14 21:39:46 +0200 |
commit | 3fc9b2fb79fd3e27a5034804e5243fe2e4ec40c3 (patch) | |
tree | 06bbf47d590425224c27594cdc50b5af5628e428 /interface-definitions/service_conntrack-sync.xml.in | |
parent | cd59f198366ce58a01887e4f900a746d5b10b161 (diff) | |
download | vyos-1x-3fc9b2fb79fd3e27a5034804e5243fe2e4ec40c3.tar.gz vyos-1x-3fc9b2fb79fd3e27a5034804e5243fe2e4ec40c3.zip |
conntrack: T3535: check for VRRP group definition
Diffstat (limited to 'interface-definitions/service_conntrack-sync.xml.in')
-rw-r--r-- | interface-definitions/service_conntrack-sync.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service_conntrack-sync.xml.in b/interface-definitions/service_conntrack-sync.xml.in index 2953ae390..088cd78f6 100644 --- a/interface-definitions/service_conntrack-sync.xml.in +++ b/interface-definitions/service_conntrack-sync.xml.in @@ -78,7 +78,7 @@ <children> <leafNode name="sync-group"> <properties> - <help>VRRP sync group [REQUIRED]</help> + <help>VRRP sync group</help> <completionHelp> <path>high-availability vrrp sync-group</path> </completionHelp> |