<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-size: 11pt;" class="elementToProof">Hello BIRD team!<br>
<br>
This patches (for master branch) modifies the output of the show route CLI command for BGP routes to always print the IGP metric value. In current BIRD, the IGP metric is only displayed if the AIGP attribute is not set.<br>
<br>
Example, current BIRD:<br>
    10.0.0.0/8          unicast [blabla] * (100/210) [AS12322i]<br>
And with the patch:<br>
    10.0.0.0/8          unicast [blabla] * (100/10/210) [AS12322i]<br>
<br>
Even with AIGP it can be useful to see the IGP metric for each routes to troubleshoot routing issues (BGP best path selection can still consider IGP metric for routes with identical AIGP value).<br>
<br>
Thanks!<br>
--<br>
Sébastien</div>
</body>
</html>