]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix "default-information originate" in non-existing vrf
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 17 May 2021 22:23:35 +0000 (01:23 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 17 May 2021 22:23:35 +0000 (01:23 +0300)
commitb46538c4a3dd7925e5dea65e16435f99693b14cf
tree3ab10f3ef1a25950cf4a930211b424e64ca7e80b
parenta63273a5b48bcae375af39928bafafadc6a31e0c
ospfd: fix "default-information originate" in non-existing vrf

If the default route redistribution is configured in OSPF router before
the VRF is created, then this is not currently registered in zebra after
the VRF creation.

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