summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-2013-364/+315
|\
| * ospf6d: add support for NSSA Type-7 address rangesRenato Westphal2021-10-066-25/+235
| * ospf6d: fix lookup of translated Type-5 LSARenato Westphal2021-10-061-19/+11
| * ospf6d: assorted code cleanupRenato Westphal2021-10-063-81/+43
| * 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: be careful to not refresh translated Type-5 LSAs twiceRenato Westphal2021-10-061-9/+7
| * ospf6d: fix selection of NSSA forwarding addressRenato Westphal2021-10-062-7/+11
| * ospf6d: add "nssa" option to the "debug ospf6 lsa" commandRenato Westphal2021-10-061-2/+4
| * ospf6d: remove unnecessary codeRenato Westphal2021-10-062-106/+0
| * ospf6d: declare neighbor memtype as staticRenato Westphal2021-10-061-1/+1
| * ospf6d: remove unused bitfieldRenato Westphal2021-10-063-4/+0
| * ospf6d: remove redundant loopRenato Westphal2021-10-061-7/+5
| * ospf6d: remove unguarded debug messageRenato Westphal2021-10-061-2/+0
| * ospf6d: remove unused function parameterRenato Westphal2021-10-061-14/+9
* | lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-191-10/+2
* | Merge pull request #9813 from opensourcerouting/ospf-gr-fixesDonald Sharp2021-10-151-1/+1
|\ \
| * | ospf6d: fix LSA name in debug messageRenato Westphal2021-10-121-1/+1
* | | ospf6d: remove no-opIgor Ryzhov2021-10-141-1/+0
* | | Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-131-4/+5
|\ \ \ | |/ / |/| |
| * | ospf6d: Make ospfv3 use normal address resolution instead of import routeDonald Sharp2021-09-271-3/+3
| * | *: Add resolve via default flagDonald Sharp2021-09-271-1/+2
* | | Merge pull request #9763 from ton31337/fix/more_thread_nullRuss White2021-10-125-14/+0
|\ \ \
| * | | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-085-14/+0
* | | | ospf6d: add missing vrf parameter to "clear ipv6 ospf6 interface"Igor Ryzhov2021-10-091-9/+21
|/ / /
* | | Merge pull request #9740 from caracall/forked-upstream/debug_ospf6Igor Ryzhov2021-10-071-2/+4
|\ \ \
| * | | ospf6: add the ability of specifying router-id/area-id in no debug ospf6Ahmad Caracalli2021-10-061-2/+4
* | | | Merge pull request #9699 from manojvn/379032-devRuss White2021-10-077-27/+22
|\ \ \ \
| * | | | ospf6d: code cleanup.Manoj Naragund2021-10-067-24/+16
| * | | | ospf6d: minor struct compare issues.Manoj Naragund2021-09-304-16/+19
| | |/ / | |/| |
* | | | 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
| |/ /
* | | Merge pull request #9731 from ton31337/fix/thread_null_setRuss White2021-10-066-15/+0
|\ \ \ | |_|/ |/| |
| * | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-046-16/+0
| |/
* / ospf6d: Ensure expire thread is properly stoppedDonald Sharp2021-10-042-13/+4
|/
* ospf6d: Log messages cannot have newlinesDonald Sharp2021-09-271-1/+1
* Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originateRuss White2021-09-249-17/+259
|\
| * ospf6d: implement Type-7 default routes for NSSA areasRenato Westphal2021-09-219-12/+250
| * ospf6d: don't generate Type-7 LSA for route created by "default-information-o...Renato Westphal2021-09-212-3/+7
| * ospf6d: fix issue when displaying the redistribute commandRenato Westphal2021-09-211-1/+1
| * ospf6d: fix metric type of NSSA Type-7 LSAsRenato Westphal2021-09-211-1/+1
* | Merge pull request #9084 from louis-oui/fix-ospf6-router-idIgor Ryzhov2021-09-233-35/+43
|\ \
| * | ospf6d: reset areas and redistribution at router-id modificationLouis Scalbert2021-09-231-6/+11
| * | ospf6d: factorize router-id updateLouis Scalbert2021-09-212-29/+13
| * | ospf6d: don't update router-id if at least one adjacency is FullLouis Scalbert2021-09-213-8/+27
* | | Merge pull request #9647 from opensourcerouting/ospf-gr-cmd-renameDonald Sharp2021-09-221-7/+9
|\ \ \
| * | | ospf6d: rename the "graceful-restart helper-only" commandRenato Westphal2021-09-211-7/+9
* | | | Merge pull request #9635 from donaldsharp/ospf6_unitDavid Lamparter2021-09-223-8/+21
|\ \ \ \ | |_|_|/ |/| | |