summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov2024-02-041-2/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-031-2/+0
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* | ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund2022-10-251-1/+11
|/
* Merge pull request #10323 from opensourcerouting/ospf6-lsa-statsIgor Ryzhov2022-02-061-0/+5
|\
| * ospf6d: add LSA stats to show area json outputDavid Schweizer2022-01-121-0/+5
* | ospf6d: show if area is NSSAckishimo2022-01-251-5/+9
* | ospf6d: fix indentation in show ipv6 ospf areackishimo2022-01-251-2/+4
|/
* ospf6d: give error information for commands with non-exist vrfsanlan_cs2022-01-111-0/+6
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-2/+1
* ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-4/+1
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-6/+6
* ospf6d: Add autocomplete for `area X filter-list prefix`Donatas Abraitis2021-10-281-2/+2
* ospf6d: add support for NSSA Type-7 address rangesRenato Westphal2021-10-061-0/+19
* ospf6d: remove unused bitfieldRenato Westphal2021-10-061-1/+0
* ospf6d: remove unguarded debug messageRenato Westphal2021-10-061-2/+0
* ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-211-3/+76
* ospf6d: rework filtering commands to be in line with ospfdRenato Westphal2021-09-201-21/+48
* ospf6d: cleanup useless checksIgor Ryzhov2021-09-151-9/+0
* ospf6d: add support for NSSA totally stub areasRenato Westphal2021-09-071-13/+26
* ospf6d: do not allow an area to be stub and NSSA at the same timeRenato Westphal2021-08-241-1/+6
* Merge pull request #9108 from opensourcerouting/ospf6d-range-fixesDonald Sharp2021-08-041-8/+7
|\
| * ospf6d: fix argument processing in the "area ... range" commandRenato Westphal2021-07-211-8/+7
* | ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-1/+1
|/
* Merge pull request #8823 from donaldsharp/ospfv3_coverityRafael Zalamena2021-06-101-2/+2
|\
| * ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-101-2/+2
* | ospf6d: fix interface area configurationIgor Ryzhov2021-06-081-5/+13
|/
* ospf6d: support for nssa in ospfv3Kaushik2021-06-041-1/+3
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-0/+68
* Merge pull request #8347 from volta-networks/fix_ospv6_filter_debugRuss White2021-05-071-6/+34
|\
| * ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-041-6/+34
* | ospf6d: add vty support for multiple vrfsharios_niral2021-05-061-66/+128
|/
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* ospf6d: Don't advertise AS-External LSAs into stub arealynne2021-03-031-2/+3
* ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"Yash Ranjan2021-03-021-7/+41
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-20/+22
* ospf6d: Json support added for command "show ipv6 ospf6 [json]"github login name2020-11-171-27/+81
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-49/+103
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-49/+103
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-3/+2
|/
* ospf6d: decimal area format in interface commandPatrick Ruddy2020-07-141-16/+0
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+1
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-3/+3
* ospf6d: upon interface deletion, the area if list may be updatedPhilippe Guibert2019-02-141-0/+13