diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-02-28 12:04:31 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-02-28 12:04:31 -0500 |
commit | a37f0db280ffc662e1b51ec2ae479ff6318b0b3c (patch) | |
tree | 87a9896c51e49d5381b5aa7c6088023ae98ba167 | |
parent | 257345cd152c23a465332dea4af034244007aaa7 (diff) | |
download | vyos-1x-a37f0db280ffc662e1b51ec2ae479ff6318b0b3c.tar.gz vyos-1x-a37f0db280ffc662e1b51ec2ae479ff6318b0b3c.zip |
ipsec prefix: T4275: Incorrect val_help for local/remote prefix
It accepts network as the input value but the completion help is showing
ip address
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 885bac979..0ad69c637 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -879,11 +879,11 @@ <properties> <help>Local IPv4 or IPv6 pool prefix exclusions</help> <valueHelp> - <format>ipv4</format> + <format>ipv4net</format> <description>Local IPv4 pool prefix exclusion</description> </valueHelp> <valueHelp> - <format>ipv6</format> + <format>ipv6net</format> <description>Local IPv6 pool prefix exclusion</description> </valueHelp> <constraint> |