Actions
Feature #3435
closedaliases do not allow hyphen
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/05/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
When trying to add hostname foo-bar1 under Firewall > Aliases
"The following input errors were detected:
The alias name must be less than 32 characters long and may only consist of the characters a-z, A-Z, 0-9, _."
However, hostnames may contain hyphens (and may not contain underscores, at least according to RFC 952, updated by RFC1123 section 2.1)
Updated by Jim Pingle over 11 years ago
Alias names are not hostnames, they are pf macro names which may not contain hyphens.
Actions