summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_intra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Metric option in intra-prefix LSA detailYash Ranjan2021-02-191-1/+6
* ospf6d : fix issue in ecmp inter area routeSoman K S2021-02-101-0/+2
* Merge pull request #7980 from gromit1811/fix_ospf6_lsa_str_oobRuss White2021-02-091-5/+6
|\
| * ospf6d: Fix LSA formatting out-of-bounds accessMartin Buck2021-01-291-5/+6
* | ospf6d: Fix LSA formatting inconsistent retvalsMartin Buck2021-01-291-8/+10
|/
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-33/+141
* ospf6d: Fix for "show ipv6 ospf6 database link"Yash Ranjan2020-12-111-3/+2
* ospf6d: Fix for "show ipv6 ospf6 database intra-prefix"Yash Ranjan2020-12-111-3/+2
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-26/+21
* Merge pull request #7137 from kssoman/ospfDonald Sharp2020-11-051-8/+23
|\
| * ospf6d : Intra area route for connected prefix not installedSoman K S2020-10-041-8/+23
* | Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-30/+36
|\ \
| * | ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-30/+36
| |/
* / :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-19/+10
|/
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-3/+4
* ospf6d: pre-fix coccinelle hang pointsDavid Lamparter2020-07-141-12/+6
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-4/+4
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-31/+34
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-31/+31
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-7/+7
* *: generously apply constDavid Lamparter2019-12-021-25/+25
* ospf6d: fix ospf6 crash in inp lsa processingChirag Shah2018-10-121-1/+1
* ospf6d: OoB read (Coverity 1221444 1221446)paco2018-06-291-2/+3
* ospf6d: null check (Coverity 1468510)paco2018-06-251-0/+2
* ospf6d: Fix ECMP for asbr external routesChirag Shah2018-05-171-0/+2
* ospf6d: Fix ABR brouter calculation corruptionChirag Shah2018-05-091-9/+24
* ospf6d: fix intra prefix ecmpChirag Shah2018-05-021-222/+240
* ospf6d: assert nh list is non-nullQuentin Young2018-04-131-0/+1
* ospf6d: ECMP for Intra Area Prefix routesChirag Shah2018-04-061-18/+423
* ospf6d: fix loop in ABRsChirag Shah2018-03-291-4/+7
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-12/+12
* ospf6d: retain inter area border router type-4Chirag Shah2018-03-221-0/+30
* ospf6d: Intra-prefix LSA update after frr restartChirag Shah2018-03-081-0/+14
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-60/+57
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-1/+2
* ospf6d: SPF consider all Router LSAsChirag Shah2017-11-171-3/+3
* ospf6d: Divide LSupdate to keep size smallChirag Shah2017-10-201-9/+118
* ospf6d: fix clang warning, NULL() callsVincent JARDIN2017-10-081-13/+33
* ospf6d: fix heap use after freeQuentin Young2017-09-251-1/+14
* ospf6d: New version of GCC with new warningsDonald Sharp2017-07-281-1/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1601/+1540
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-30/+29
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-29/+28
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-1/+1
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-19/+19
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-8/+4
|/
* Merge branch 'stable/3.0'David Lamparter2017-06-131-2/+7
|\
| * ospf6d: fix heap uafQuentin Young2017-06-061-2/+7