Static route riding over a BGP INH (BGP INH is ECMP) is showing only one Exit interfaceBelow is the Static route in question:set routing-options static route 205.0.0.0/8 next-hop 210.1.1.1set routing-options static route 205.0.0.0/8 resolveThe INH is BGP ECMP route:root@router-name> show route 210.1.1.1inet.0: 75 destinations, 130 routes (74 active, 0 holddown, 1 hidden)Limit/Threshold: 4/4 routes+ = Active Route, - = Last Active, * = Both240.1.228.0/22 *[BGP/170] 00:40:51, MED 10000768, localpref 100AS path: I, validation-state: unverified> to 211.1.1.1 via ae101.0to 212.1.1.1 via ae102.0However, the Static route pointing to this INH is showing only one Egress interface:root@router-name> show route 205.0.0.0/8inet.0: 75 destinations, 130 routes (74 active, 0 holddown, 1 hidden)Limit/Threshold: 4/4 routes+ = Active Route, - = Last Active, * = Both205.0.0.0/8 *[Static/5] 00:41:07, metric2 0> to 212.1.1.1 via ae102.0