summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_flood.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Free Newly Created LSA when Non-Self-Originated Grace LSA is DiscardedKeelan102023-08-231-0/+1
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-2/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-6/+6
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-31/+31
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-171-1/+5
* ospfd, ospf6d: perform GR consistency check only when necessaryRenato Westphal2023-03-021-1/+4
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Check for MinLSInterval timer when adding to LSUpdate listYash Ranjan2022-04-181-15/+28
* ospf6d: crash in ospf6_decrement_retrans_count.Manoj Naragund2022-03-171-1/+18
* ospf6d: Remove ospf6->external_id_tableDonald Sharp2021-11-241-20/+0
* Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-201-9/+7
|\
| * ospf6d: be careful to not refresh translated Type-5 LSAs twiceRenato Westphal2021-10-061-9/+7
* | Merge pull request #9699 from manojvn/379032-devRuss White2021-10-071-1/+0
|\ \
| * | ospf6d: code cleanup.Manoj Naragund2021-10-061-1/+0
* | | Merge pull request #9738 from rgirada/ospfv3_crashRuss White2021-10-071-7/+8
|\ \ \ | |_|/ |/| |
| * | ospf6d: ospf6d is crashing upon receiving duplicated Grace LSA.rgirada2021-10-051-7/+8
| |/
* / ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-3/+0
|/
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-12/+30
* Merge pull request #8935 from rgirada/ospfv3_gr_helperRenato Westphal2021-08-191-0/+61
|\
| * ospf6d: GR helper configurationsrgirada2021-08-121-4/+4
| * ospf6d: GR helper exit scenariosrgirada2021-08-101-10/+46
| * ospf6d: Helper functionality changesrgirada2021-08-101-0/+25
* | ospf6d: Remove Type-7 LSA when Type-5 LSA is removedMobashshera Rasool2021-08-091-1/+18
|/
* Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-1/+26
|\
| * ospf6d: ASBR Summarisation feature implementationMobashshera Rasool2021-07-211-1/+26
* | ospf6d: don't create Adv-ID:0.0.0.0 LSAs at startDavid Lamparter2021-07-201-0/+10
|/
* ospf6d: Max aged LSAs are not getting deleted from DBMobashshera Rasool2021-06-241-7/+22
* Merge pull request #8841 from volta-networks/fix_ospf6_bad_seqnumDonald Sharp2021-06-191-0/+12
|\
| * ospf6: Drop LSA with bad seqnumberlynne2021-06-181-0/+12
* | ospf6d: move error logs out from behind debug flagslynne2021-06-141-5/+6
|/
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-4/+40
* Merge pull request #8658 from gromit1811/bugfix_8567Martin Winter2021-05-131-8/+10
|\
| * ospf6d: Send MAXAGE LS update for received old self-originated LSAsMartin Buck2021-05-111-8/+10
* | ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-041-2/+4
|/
* ospf6d: Do not flood unknown LSAs if U-bit is clearKaren Schoener2021-03-241-0/+13
* ospf6d: Remove #if 0 code that has not been used in a long timeDonald Sharp2021-01-281-12/+0
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-1/+10
* ospf6d: Fix flooding of old copies of self-originated LSAsMartin Buck2020-09-291-10/+14
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-4/+5
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+3
* ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara2019-12-041-12/+0
* Merge pull request #2814 from qlyoung/fix-ospf6d-lsa-uaf-testDavid Lamparter2018-08-201-0/+2
|\
| * ospf6d: sanity check refcount correctnessQuentin Young2018-08-141-0/+2
* | ospf6d: revert fix for Coverity 1221459F. Aragon2018-08-131-1/+0
|/
* spf6d: fix use after free (2) (Coverity 1221459)paco2018-06-211-0/+1
* spf6d: fix use after free (Coverity 1221459)paco2018-06-081-2/+3
* ospf6d: Intra-prefix LSA update after frr restartChirag Shah2018-03-081-0/+22