summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ospf6d: add missing vty commands to ospf6 area commandPhilippe Guibert2018-11-121-6/+12
* *: spelchekDavid Lamparter2018-10-251-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospfd: handling of OSPF_AREA_RANGE_ADVERTISE flagSarita Patra2018-09-251-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-7/+7
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+6
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-0/+2
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-1/+3
* ospf6d: SPF consider all Router LSAsChirag Shah2017-11-171-2/+2
* ospf6d: Divide LSupdate to keep size smallChirag Shah2017-10-201-0/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ospf6d: Fix crash in prefix-list handlingDonald Sharp2017-09-131-0/+3
* ospf6d: fix prefix list name SEGVDavid Lamparter2017-08-291-2/+2
* ospf6d: properly update prefix list referencesDavid Lamparter2017-08-241-17/+24
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-715/+645
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-2/+2
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-2/+2
* | *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-27/+27
* | *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-2/+2
* | ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-22/+22
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-5/+5
|/
* *: use vty_outlnQuentin Young2017-06-291-9/+7
* *: remove VTY_GET_*Quentin Young2017-06-271-1/+1
* Merge branch 'stable/3.0'David Lamparter2017-06-061-13/+17
|\
| * ospf6d: fix filter-list commandsQuentin Young2017-06-041-13/+17
* | ospf6d: default to dotted quad instead of ret NULLQuentin Young2017-05-251-2/+1
* | ospf6d: remember format for ospf6 area idQuentin Young2017-05-191-15/+26
* | Merge branch 'stable/3.0'David Lamparter2017-05-181-18/+3
|\|
| * ospf6d: fix decimal area ID cliQuentin Young2017-05-181-18/+3
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-171-6/+4
|\|
| * ospf6d: Fix 'no area .. range...' commandDonald Sharp2017-05-161-6/+4
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-1/+1
* Merge branch 'stable/2.0-for-merge'David Lamparter2017-01-131-4/+0
|\
| * ospf6d: resolve problem with area range lsid creationDon Slice2017-01-031-4/+0
* | all: Fix all underfull doc stringsQuentin Young2016-11-301-3/+8