<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 simple patch (for branch master) adds a space between the AS number and the route origin in show route output, I think this improves readability.<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/210) [AS12322 i]<br>
<br>
Thanks!<br>
--<br>
Sébastien</div>
</body>
</html>