Page MenuHomeVyOS Platform

Incorrect val_help for local/remote prefix in ipsec vpn
Closed, ResolvedPublic

Description

It accepts network as the value but the completion help is showing ip address

vyos@vyos# set vpn ipsec site-to-site peer x.x.x.x tunnel x local prefix
Possible completions:
   <x.x.x.x>    Local IPv4 prefix
   <h:h:h:h:h:h:h:h>
                Local IPv6 prefix

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202202230317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Cosmetic issue (typos etc.)

Event Timeline

SrividyaA renamed this task from Incorrect val_help for local/remote prefix in site-to-site ipsec vpn to Incorrect val_help for local/remote prefix in ipsec vpn.Mar 3 2022, 12:37 PM

In multiple options, the prefix help values are not defined correctly.

vyos@vyos# set vpn ipsec remote-access pool test prefix
Possible completions:
   <x.x.x.x>    Local IPv4 pool prefix
   <h:h:h:h:h:h:h:h>
                Local IPv6 pool prefix

vyos@vyos# set vpn ipsec remote-access pool test exclude
Possible completions:
   <x.x.x.x>    Local IPv4 pool prefix exclusion
   <h:h:h:h:h:h:h:h>
                Local IPv6 pool prefix exclusion

Remote prefix:

vyos@vyos# set vpn ipsec site-to-site peer 172.21.0.2 tunnel 0 remote prefix
Possible completions:
   <x.x.x.x>    Remote IPv4 prefix
   <h:h:h:h:h:h:h:h>
                Remote IPv6 prefix