<div dir="ltr">Hello All,<br><br>I wanted to configure per-route MTU for a static route, something I'd configure manually like this:<br><br>ip route add <a href="http://10.88.152.0/24">10.88.152.0/24</a> mtu 1600 \<br>nexthop via 172.17.3.1 \<br>nexthop via 172.17.3.2<br><br>Which would result in this:<br>[root@workerbm-6 ~]# ip route<br><...><br><a href="http://10.88.152.0/24">10.88.152.0/24</a> mtu 1600<br>        nexthop via 172.17.3.1 dev vlan97 weight 1<br>        nexthop via 172.17.3.2 dev vlan97 weight 1<br><br>I figured this is not possible with BIRD right now, MTU cannot be defined for a static route. Did I miss something? Or any chance this would be added in the future?<br><br>Thank you,<br>Tibor<br></div>