diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-08-19 17:14:47 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-08-24 16:53:36 +0200 |
commit | 0c293b92eeefeb37203fb0e8565c77a77fc189b0 (patch) | |
tree | fb9c93676e5e961914aa456d1031cbc9780539cf /ospf6d/ospf6_nssa.h | |
parent | ospf6d: fix logging of border router routes (diff) | |
download | frr-0c293b92eeefeb37203fb0e8565c77a77fc189b0.tar.xz frr-0c293b92eeefeb37203fb0e8565c77a77fc189b0.zip |
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 <renato@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | ospf6d/ospf6_nssa.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |