summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_nssa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * : include event ptr in event_execute apiMark Stapp2023-07-251-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-1/+1
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-6/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* Merge pull request #12191 from manojvn/463777Russ White2022-12-131-0/+48
|\
| * ospf6d: ospf6 route installation when changed from nssa to regular area.Manoj Naragund2022-11-141-0/+48
* | build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
|/
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-1/+1
* Merge pull request #10158 from ckishimo/ospf6d_norefreshRuss White2022-03-291-15/+36
|\
| * ospf6d: fix NSSA area-range commandckishimo2022-03-281-3/+29
| * ospf6d: stop refreshing type-5 from NSSAckishimo2022-01-051-15/+10
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* | ospf6d: add missing htonsckishimo2022-01-111-2/+3
* | ospf6d: fix typosckishimo2022-01-111-8/+8
* | ospf6d: use __func__ckishimo2022-01-111-13/+12
* | ospf6d: remove duplicated codeckishimo2022-01-101-1/+0
* | ospf6d: remove double htonsckishimo2022-01-101-3/+3
|/
* Merge pull request #9831 from manojvn/379909_383518Igor Ryzhov2021-10-281-4/+7
|\
| * ospf6d: minor code enhancements.Manoj Naragund2021-10-261-4/+7
* | Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-201-284/+203
|\ \ | |/ |/|
| * ospf6d: add support for NSSA Type-7 address rangesRenato Westphal2021-10-061-9/+164
| * ospf6d: fix lookup of translated Type-5 LSARenato Westphal2021-10-061-19/+11
| * ospf6d: assorted code cleanupRenato Westphal2021-10-061-52/+21
| * ospf6d: remove unnecessary check when translating Type-7 LSARenato Westphal2021-10-061-10/+0
| * ospf6d: fix memleak when translating NSSA LSARenato Westphal2021-10-061-2/+3
| * ospf6d: remove incomplete support for NSSA rangesRenato Westphal2021-10-061-83/+0
| * ospf6d: fix processing of translated AS-external LSAsRenato Westphal2021-10-061-20/+14
| * ospf6d: fix selection of NSSA forwarding addressRenato Westphal2021-10-061-4/+8
| * ospf6d: remove unnecessary codeRenato Westphal2021-10-061-101/+0
| * ospf6d: remove redundant loopRenato Westphal2021-10-061-7/+5
* | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-2/+0
|/
* ospf6d: Ensure expire thread is properly stoppedDonald Sharp2021-10-041-12/+4
* ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-211-6/+90
* ospf6d: don't generate Type-7 LSA for route created by "default-information-o...Renato Westphal2021-09-211-2/+3
* ospf6d: fix metric type of NSSA Type-7 LSAsRenato Westphal2021-09-211-1/+1
* ospf6d: do not allow an area to be stub and NSSA at the same timeRenato Westphal2021-08-241-1/+4
* ospf6d: flush external LSAs when NSSA is configuredRenato Westphal2021-08-241-0/+3
* ospf6d: fix flushing of all LSAs when NSSA is unconfiguredRenato Westphal2021-08-241-4/+2
* ospf6d: don't delete area when NSSA is unconfiguredRenato Westphal2021-08-241-2/+0
* ospf6d: always unset the E-bit on NSSA ABRsRenato Westphal2021-08-241-4/+2
* Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-5/+41
|\
| * ospf6d: install summary route NULL0 as nexthopMobashshera Rasool2021-07-211-6/+7
| * ospf6d: ASBR summarisation feature changes for NSSA areaMobashshera Rasool2021-07-211-6/+41
* | Merge pull request #9193 from mobash-rasool/ospfv3-bug-fixesRuss White2021-07-291-6/+3
|\ \
| * | ospf6d: Type-7 LSA originated with wrong sequence numberMobashshera Rasool2021-07-271-6/+3
| |/