Per-route MTU for static route
Tibor Kiss
tibordkiss at gmail.com
Wed May 5 11:00:57 CEST 2021
Hello All,
I wanted to configure per-route MTU for a static route, something I'd
configure manually like this:
ip route add 10.88.152.0/24 mtu 1600 \
nexthop via 172.17.3.1 \
nexthop via 172.17.3.2
Which would result in this:
[root at workerbm-6 ~]# ip route
<...>
10.88.152.0/24 mtu 1600
nexthop via 172.17.3.1 dev vlan97 weight 1
nexthop via 172.17.3.2 dev vlan97 weight 1
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?
Thank you,
Tibor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20210505/87a8c3eb/attachment.htm>
More information about the Bird-users
mailing list