]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: extend the "redistribute" command with more options
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 26 Aug 2021 16:10:41 +0000 (13:10 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 26 Aug 2021 18:05:53 +0000 (15:05 -0300)
commit476e957517c18b8dec53ba0fac9b3f4778f4ed78
tree098374ee9c3c56337b0e9e779ed3d57728f432d3
parentd448e2c5f96b3430fd643f52b9264ca87a45c291
ospf6d: extend the "redistribute" command with more options

Add the "metric" and "metric-type" options to the "redistribute"
command.

This is a small commit since the logic of setting the metric
value and type of external routes was already present due to the
implementation of the "default-information originate" command months
ago. This commit merely extends the "redistribute" command to
leverage that functionality.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
doc/user/ospf6d.rst
ospf6d/ospf6_asbr.c
tests/topotests/ospf6_topo2/test_ospf6_topo2.py