isn’t the end of the world, but we may in the future want to be selective of which routes we advertise to which neighbours, so not sure if this is a bug maybe?
Route-maps are used to permit/modify/change imported/exported prefixes (routes). They can be applied per neighbor and per address family.
First, you have to specify which routes are going to be used in your ASN, eg:
set protocols bgp YOUR_ASN address-family ipv6-unicast network 2a00:a:b:c::/48
Or you can redistribute directly connected routes or routes learned from IGP:
set protocols bgp YOUR_ASN address-family ipv6-unicast redistribute connected
...
set protocols bgp YOUR_ASN address-family ipv6-unicast redistribute ospfv3 ...
Second, you specify route-maps or prefix-lists to filter which prefixes are exported/imported from specified neighbor, eg. to process exported prefixes to NEIGHBOR_IP: