Hi! I have noticed that it seems like bgpd does not route decision if pt_entry has different RD. OpenBSD 5.2route-collection turned off.mpls-PE route-reflector advertises two prefixes with different RD and set of ATTR, both appeared in RIB-in as expected. Now, bgpd should import prefixes to rdomain by import-targets and then it should make route decision based on ATTR (in this case - lpref) BGP routing table entry for rd xxxx:10895 10.100.41.0/30 xxxx Nexthop 172.16.1.2 (via 172.16.1.2) from mpls-PE (172.17.2.1) Origin incomplete, metric 0, localpref 100, weight 0, external, valid, best Last update: 02:32:18 ago Communities: xxxx:9004 Ext. communities: rt xxxx:103231 BGP routing table entry for rd xxxx:12193 10.100.41.0/30 xxxx yyyy Nexthop 172.16.1.2 (via 172.16.1.2) from mpls-PE (172.17.2.1) Origin IGP, metric 0, localpref 120, weight 0, external, valid, best Last update: 02:32:20 ago Communities: xxxx:9001 xxxx:9801 yyyy:1107 yyyy:1805 Ext. communities: rt xxxx:103231 But, rdomain has only first prefix in LIST (with worst lpref).If that is not a bug is there a way to change that to right way?