summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_abr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-201-41/+66
|\
| * ospf6d: add support for NSSA Type-7 address rangesRenato Westphal2021-10-061-7/+40
| * ospf6d: assorted code cleanupRenato Westphal2021-10-061-25/+22
| * ospf6d: remove unused function parameterRenato Westphal2021-10-061-14/+9
* | ospf6d: code cleanup.Manoj Naragund2021-10-061-9/+8
* | ospf6d: minor struct compare issues.Manoj Naragund2021-09-301-4/+13
|/
* ospf6d: rework filtering commands to be in line with ospfdRenato Westphal2021-09-201-95/+63
* Merge pull request #9019 from pjdruddy/ospfv3-early-break-list-walkRuss White2021-09-101-3/+10
|\
| * ospf6d: break early on route prefix mismatchPat Ruddy2021-07-201-3/+10
* | ospf6d: add support for NSSA totally stub areasRenato Westphal2021-09-071-9/+9
* | ospf6d: fix logging of border router routesRenato Westphal2021-08-241-5/+25
* | Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-3/+5
|\ \
| * | ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-3/+5
* | | Merge pull request #9090 from opensourcerouting/ospfv3-fixes-20210720Donald Sharp2021-07-271-3/+3
|\ \ \ | |/ / |/| |
| * | ospf6d: move prefix_options from _path to _routeDavid Lamparter2021-07-201-3/+3
| |/
* / ospf6d: always generate default route for stubsRafael Zalamena2021-07-201-13/+0
|/
* ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-101-4/+4
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-21/+79
* ospf6: fix memory leak in ospf6_abr_examin_summaryPat Ruddy2021-05-271-3/+3
* ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-041-2/+25
* Merge pull request #8057 from ranjanyash54/default-routeRuss White2021-03-301-0/+17
|\
| * ospf6d: Minor changes for stub areaYash Ranjan2021-03-291-0/+14
| * ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-291-0/+3
* | ospf6d: fix ospf6_abr_examin_summary to check for a path cost changeKaren Schoener2021-03-261-1/+2
|/
* Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-231-2/+4
|\
| * *: remove more sprintf()Quentin Young2021-02-091-2/+4
* | ospf6d : fix issue in ecmp inter area routeSoman K S2021-02-101-12/+39
|/
* ospf6d: Remove #if 0 code that has not been used in a long timeDonald Sharp2021-01-281-13/+0
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-14/+41
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-38/+32
* Merge pull request #7448 from mjstapp/fix_gcc10_formatsDonald Sharp2020-11-101-8/+5
|\
| * * : clean up format specifiers for gcc-10Mark Stapp2020-11-041-8/+5
* | Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-49/+51
|\ \ | |/ |/|
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-49/+51
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-64/+37
|/
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-1/+1
* ospf6d: pre-fix coccinelle hang pointsDavid Lamparter2020-07-141-18/+9
* ospf6d: stop looping thru same Inter-Area Router LSAsDon Slice2020-04-091-3/+17
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-2/+2
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-45/+51
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-5/+6
* *: generously apply constDavid Lamparter2019-12-021-2/+2
* ospf6d: abr summary advertise best routeChirag Shah2018-11-161-2/+17
* *: spelchekDavid Lamparter2018-10-251-1/+1
* ospf6d: dead code (Coverity 1399231)F. Aragon2018-10-021-2/+3
* ospf6d: null check (Coverity 1221441)F. Aragon2018-10-011-0/+1
* bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-3/+0
* Merge pull request #2562 from pacovn/Coverity_1221444_1221446_Out-of-bounds_readJafar Al-Gharaibeh2018-06-291-2/+3
|\
| * ospf6d: OoB read (Coverity 1221444 1221446)paco2018-06-291-2/+3
* | Merge pull request #2561 from pacovn/Coverity_1399231_Logically_dead_codeJafar Al-Gharaibeh2018-06-281-8/+10
|\ \