diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-03-07 04:44:08 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-03-07 04:44:08 -0500 |
commit | 27404f71c85187403b3ae1b73b95e6347e07ea97 (patch) | |
tree | 3f238ec7e17d3ae895b8db1093c608ee488bc6e1 /interface-definitions/vpn_ipsec.xml.in | |
parent | 1d0d4e83d8413c1b389be763cadd5d150d4be982 (diff) | |
download | vyos-1x-27404f71c85187403b3ae1b73b95e6347e07ea97.tar.gz vyos-1x-27404f71c85187403b3ae1b73b95e6347e07ea97.zip |
ipsec prefix: T4275: Fix for prefix val_help of remote-access and s2s vpn
It accepts network as the input value but the completion help is showing
ip address, continuation of previous commit
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 0ad69c637..d8c06a310 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -897,11 +897,11 @@ <properties> <help>Local IPv4 or IPv6 pool prefix</help> <valueHelp> - <format>ipv4</format> + <format>ipv4net</format> <description>Local IPv4 pool prefix</description> </valueHelp> <valueHelp> - <format>ipv6</format> + <format>ipv6net</format> <description>Local IPv6 pool prefix</description> </valueHelp> <constraint> @@ -1114,11 +1114,11 @@ <properties> <help>Remote IPv4 or IPv6 prefix</help> <valueHelp> - <format>ipv4</format> + <format>ipv4net</format> <description>Remote IPv4 prefix</description> </valueHelp> <valueHelp> - <format>ipv6</format> + <format>ipv6net</format> <description>Remote IPv6 prefix</description> </valueHelp> <constraint> |