]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix "default-information originate" in non-existing vrf 8682/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 17 May 2021 22:24:22 +0000 (01:24 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 17 May 2021 22:24:22 +0000 (01:24 +0300)
commit82bc4b8a96e898eddcee637f8a7ac81cdf3ced9f
tree11970c0436fd5be72be5c69fdf94bc4cecf1774c
parentb46538c4a3dd7925e5dea65e16435f99693b14cf
ospf6d: fix "default-information originate" in non-existing vrf

If the default route redistribution is configured in OSPF6 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>
ospf6d/ospf6_top.c