[bug] location string does not get validated correctly in CLI
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
[bug] location string does not get validated correctly in CLI
Tags:
#CLI
See CLI console output below:
Firewall ext. traffi(config)#location "Test"
Firewall ext. traffi(config)#location "Test,Test"
The system location only allows letters, numbers and some special symbols: -@_:/. , and the length should not be more than 32 characters!
It says -@_:/.[space], are valid characters, but it refuses to take a location name that includes a comma.
1 Accepted Solution