Multiple MAC Address Validation
Used to validate the list of MAC addresses is formatted correctly. The list of MACs can use ":", "-", or "." as a separator:
Example with a "-" separator: 00-11-22-33-44-55
Example with a ":" separator: 00:11:22:33:44:55
...
Submitted by Joel Jordan - 2 years ago