From 0c293b92eeefeb37203fb0e8565c77a77fc189b0 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 19 Aug 2021 12:14:47 -0300 Subject: ospf6d: do not allow an area to be stub and NSSA at the same time That should not be allowed under any circumstance. Signed-off-by: Renato Westphal --- ospf6d/ospf6_nssa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospf6d/ospf6_nssa.h') diff --git a/ospf6d/ospf6_nssa.h b/ospf6d/ospf6_nssa.h index a171d76d4..454bdd7fe 100644 --- a/ospf6d/ospf6_nssa.h +++ b/ospf6d/ospf6_nssa.h @@ -61,6 +61,7 @@ extern struct ospf6_lsa *ospf6_translated_nssa_originate(struct ospf6_area *, extern void ospf6_asbr_nssa_redist_task(struct ospf6 *ospf6); extern void ospf6_schedule_abr_task(struct ospf6 *ospf6); +extern void ospf6_area_nssa_update(struct ospf6_area *area); void ospf6_asbr_prefix_readvertise(struct ospf6 *ospf6); extern void ospf6_nssa_lsa_originate(struct ospf6_route *route, struct ospf6_area *area); -- cgit v1.2.3