]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: fix redistribute configuration
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 22 Jun 2021 13:12:41 +0000 (16:12 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 22 Jun 2021 22:05:07 +0000 (01:05 +0300)
commitbf84c96dae2aa5905bf0b1ae799a4b83105b499b
tree4ba40853aeecb9202c9fd7fb3bf879eddde6673d
parent2fdc4f8dea787ff54ed564255ef51befa72db6e5
ospf6d: fix redistribute configuration

ospf6_asbr_redistribute_unset must not be called if the redistribution
is not yet configured, because it decrements redistribution counter and
makes it negative in this case.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospf6d/ospf6_asbr.c