summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_area.c
AgeCommit message (Expand)Author
2025-03-19 ospf6d: Disable and delete OSPFv3 areas that no longer have interfaces or ...Acee Lindem
2024-02-04*: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-03Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-25ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund
2022-02-06Merge pull request #10323 from opensourcerouting/ospf6-lsa-statsIgor Ryzhov
2022-01-25ospf6d: show if area is NSSAckishimo
2022-01-25ospf6d: fix indentation in show ipv6 ospf areackishimo
2022-01-12ospf6d: add LSA stats to show area json outputDavid Schweizer
2022-01-11ospf6d: give error information for commands with non-exist vrfsanlan_cs
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-10-28ospf6d: Add autocomplete for `area X filter-list prefix`Donatas Abraitis
2021-10-05ospf6d: add support for NSSA Type-7 address rangesRenato Westphal
2021-10-05ospf6d: remove unused bitfieldRenato Westphal
2021-10-05ospf6d: remove unguarded debug messageRenato Westphal
2021-09-21ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal
2021-09-20ospf6d: rework filtering commands to be in line with ospfdRenato Westphal
2021-09-15ospf6d: cleanup useless checksIgor Ryzhov
2021-09-07ospf6d: add support for NSSA totally stub areasRenato Westphal
2021-08-24ospf6d: do not allow an area to be stub and NSSA at the same timeRenato Westphal
2021-08-03Merge pull request #9108 from opensourcerouting/ospf6d-range-fixesDonald Sharp
2021-07-21ospf6d: fix argument processing in the "area ... range" commandRenato Westphal
2021-07-21ospf6d: Store ospf6 back pointer in route structMobashshera Rasool
2021-06-10Merge pull request #8823 from donaldsharp/ospfv3_coverityRafael Zalamena
2021-06-10ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp
2021-06-08ospf6d: fix interface area configurationIgor Ryzhov
2021-06-04ospf6d: support for nssa in ospfv3Kaushik
2021-06-04ospf6d: Support for nssa in ospfv3Kaushik
2021-05-07Merge pull request #8347 from volta-networks/fix_ospv6_filter_debugRuss White
2021-05-06ospf6d: add vty support for multiple vrfsharios_niral
2021-05-04ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-03ospf6d: Don't advertise AS-External LSAs into stub arealynne
2021-03-02ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"Yash Ranjan
2020-11-30ospf6: get instance from route table scopeIgor Ryzhov
2020-11-16ospf6d: Json support added for command "show ipv6 ospf6 [json]"github login name
2020-11-03Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-07-14ospf6d: decimal area format in interface commandPatrick Ruddy
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young