diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-09-07 00:52:32 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-09-21 22:47:13 +0200 |
commit | 6735622c24a3510032e40aaf4b9f419e9efbea3d (patch) | |
tree | 21c37b02d6b5833e47a7601c9879f323021b0ec4 /ospf6d/ospf6_zebra.h | |
parent | ospf6d: don't generate Type-7 LSA for route created by "default-information-o... (diff) | |
download | frr-6735622c24a3510032e40aaf4b9f419e9efbea3d.tar.xz frr-6735622c24a3510032e40aaf4b9f419e9efbea3d.zip |
ospf6d: implement Type-7 default routes for NSSA areas
Add the "default-information-originate" option to the "area X nssa"
command. That option allows the origination of Type-7 default routes
on NSSA ABRs and ASBRs.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_zebra.h')
-rw-r--r-- | ospf6d/ospf6_zebra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_zebra.h b/ospf6d/ospf6_zebra.h index 77e48673c..572bed9f5 100644 --- a/ospf6d/ospf6_zebra.h +++ b/ospf6d/ospf6_zebra.h @@ -55,6 +55,7 @@ extern void ospf6_zebra_no_redistribute(int, vrf_id_t vrf_id); #define ospf6_zebra_is_redistribute(type, vrf_id) \ vrf_bitmap_check(zclient->redist[AFI_IP6][type], vrf_id) extern void ospf6_zebra_init(struct thread_master *tm); +extern void ospf6_zebra_import_default_route(struct ospf6 *ospf6, bool unreg); extern void ospf6_zebra_add_discard(struct ospf6_route *request, struct ospf6 *ospf6); extern void ospf6_zebra_delete_discard(struct ospf6_route *request, |