On Tue, Jun 15, 2021 at 04:14:03PM +0200, Ondrej Zajicek wrote:
On Mon, Jun 14, 2021 at 03:31:45PM +0200, Ondrej Zajicek wrote:
On Sat, Jun 12, 2021 at 12:51:37PM -0400, Paul Donohue wrote:
I'm importing BGP and OSPF routes from several interfaces, and I would like to use the OSPF metrics as-is on the local router. However, I'm exporting these routes via OSPF on several other interfaces, and I'd like to selectively override the OSPF metric on some (but not all) of the routes before performing route selection and exporting them via OSPF on the other interfaces.
...
However, that isn't working; ospf_metric1 is not changing.
Am I doing something wrong, or is this a bug?
Hi, fixed:
https://gitlab.nic.cz/labs/bird/-/commit/1b9bf4e192a252db861acadc7f800d70464...
Confirmed. That fixes it for me. Thank you very much! I really appreciate all of your work on BIRD! -Paul