<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
Hi BIRD experts,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
I face some problems on static routes on IPv6. I try to configure multipath static routes that are supervised with BFD. I use the following conf:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<div>route <DEST_IPv6> multipath </div>
<div>        via <NEXT_HOP1_IPv6> weight 10 bfd</div>
<div>        via <NEXT_HOP2_IPv6> weight 20 bfd;</div>
<div>This does not seem to have the expected behavior since I notice that the static routes are configured with the same priority rather than having the less weighted one with higher priority than the more weighted.</div>
<div>When I try to check the routes passed to the kernel I notice this:</div>
<div>
<div><DEST_IPv6> via <NEXT_HOP1_IPv6> dev eth3  proto bird  metric 1024 </div>
<div><DEST_IPv6> via <NEXT_HOP2_IPv6> dev eth5  proto bird  metric 1024 </div>
<div></div>
<div>The same configuration for IPv4 works as expected...</div>
<div>could you, please, give me some initial orientation regarding the issue?<br>
</div>
<div><br>
</div>
<div> The BIRD version is BIRD 1.6.3 on Debian GNU/Linux 8 (jessie)<br>
</div>
<br>
</div>
<div></div>
<div><br>
</div>
<br>
</div>
</body>
</html>