check_key
Description:
Checks whether key
is a valid key for OVS' external-ids.
This means, the key cannot be null, not too large and valid ASCII. Also, only digits and numbers are allowed with a few special characters. They key must also not start with "NM.".
Parameters:
key |
the key to check |
Returns:
true if |