diff options
author | Kaushik <kaushiknath.null@gmail.com> | 2021-03-25 12:29:51 +0100 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-06-04 12:23:10 +0200 |
commit | ad500b22b5fc3bc34009b7212c7c3b2f6c4375aa (patch) | |
tree | f24f206101ffcbfc968ad97fd54a71b94c134ccb /ospf6d/ospf6_flood.h | |
parent | Merge pull request #8776 from anlancs/fix-ospf-cli-passive-interface (diff) | |
download | frr-ad500b22b5fc3bc34009b7212c7c3b2f6c4375aa.tar.xz frr-ad500b22b5fc3bc34009b7212c7c3b2f6c4375aa.zip |
ospf6d: Support for nssa in ospfv3
The following is implemented.
1. Configuring area as NSSA.
2. Generating Type 7 LSA.
3. Conversion of Type 7 to Type 5 ( Default Behavior).
4. NSSA ABR selection.
Reviewed-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Co-authored-by: Kaushik <kaushiknath.null@gmail.com>
Co-authored-by: Soman K.S <somanks@gmail.com>
Signed-off-by: Kaushik <kaushiknath.null@gmail.com>
Diffstat (limited to 'ospf6d/ospf6_flood.h')
-rw-r--r-- | ospf6d/ospf6_flood.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_flood.h b/ospf6d/ospf6_flood.h index 6931024ff..5515a1c3f 100644 --- a/ospf6d/ospf6_flood.h +++ b/ospf6d/ospf6_flood.h @@ -67,4 +67,6 @@ extern void ospf6_flood_interface(struct ospf6_neighbor *from, extern int ospf6_lsupdate_send_neighbor_now(struct ospf6_neighbor *on, struct ospf6_lsa *lsa); +extern void ospf6_flood_clear_area(struct ospf6_lsa *lsa, + struct ospf6_area *oa); #endif /* OSPF6_FLOOD_H */ |