]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Redistribute metric for AS-external route 15627/head
authorAlexander Rose <alexander.rose@secunet.com>
Thu, 11 Apr 2024 11:07:33 +0000 (13:07 +0200)
committerAlexander Rose <alexander.rose@secunet.com>
Mon, 6 May 2024 06:51:27 +0000 (08:51 +0200)
commit84d1285fc2c9b8944313cc4e8f0c74a5bf76bcf1
tree6dbeb9638894b9bc24887c65b25e17f26a961c17
parent8e7fb950c13779d700fa79f82423bfcb64974b39
ospf6d: Redistribute metric for AS-external route

When ospf6d originates an AS-external route that has been read from a kernel
routing table, then the metric of that route was ignored until now.
If a routemap is configured, then this metric will be redistributed from
now on.

Using metric increment and decrement in routemaps is supported by ospf6d now.

Signed-off-by: Alexander Rose <alexander.rose@secunet.com>
ospf6d/ospf6_abr.h
ospf6d/ospf6_asbr.c
ospf6d/ospf6_asbr.h
ospf6d/ospf6_route.h
ospf6d/ospf6_zebra.c