There appears to be some inconsistency in the name validation for community-lists.
It is possible to create a community-list with a textual name. They can then be used to filter on prefixes using show ipv6 bgp community-list but it is not possible to use it in a route-map rule.
Example community-list configuration that is accepted:
community-list rpki-invalid { rule 10 { action permit regex 60927:666 } }
But adding it to a route-map rule is not possible, this causes the following error:
[email protected]# set policy route-map test-route-map rule 1 set comm-list comm-list rpki-invalid "rpki-invalid" is not a valid value of type "u32" Value validation failed Set failed [edit]