summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_asbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: North-bound implementation for ospf6d rmapsSarita Patra2021-03-301-71/+56
* Merge pull request #8057 from ranjanyash54/default-routeRuss White2021-03-301-14/+221
|\
| * ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-291-2/+10
| * ospf6d: Add logic to change the status of router to ASBRYash Ranjan2021-03-291-11/+35
| * ospf6d: Add CLI and logic for default-information originate commandYash Ranjan2021-03-291-1/+176
* | Merge pull request #8368 from volta-networks/fix_isis_ospfv3_coverityRuss White2021-03-301-0/+1
|\ \
| * | ospf6d: fix coverity warninglynne2021-03-291-0/+1
| |/
* / ospf6d: fix unguarded debugMark Stapp2021-03-261-2/+4
|/
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+4
* ospf6d: Fix coverity errorslynne2021-03-161-2/+5
* ospf6d: Don't advertise AS-External LSAs into stub arealynne2021-03-031-0/+21
* *: remove more sprintf()Quentin Young2021-02-091-3/+6
* ospf6d: prevent use after freeDonald Sharp2021-02-011-2/+6
* ospf6d: use a new json_object per loop iterationDonald Sharp2021-01-251-5/+4
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-21/+56
* Merge pull request #7492 from Niral-Networks/niral_ospfv3_fix_redistRafael Zalamena2020-12-101-83/+160
|\
| * ospf6d : Code refactoring for route redistribution.Kaushik2020-12-091-83/+160
* | ospf6: get instance from lsdb dataIgor Ryzhov2020-11-301-2/+5
* | ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-13/+10
|/
* Merge pull request #7455 from ranjanyash54/dev_3Donald Sharp2020-11-191-26/+106
|\
| * ospf6d: Json support added for command "show ipv6 ospf6 redistribute [json]"github login name2020-11-161-26/+106
* | *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-33/+13
|/
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-78/+134
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-11-021-45/+41
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-87/+147
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-62/+38
|/
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-2/+2
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-22/+30
* ospf6d: pre-fix coccinelle hang pointsDavid Lamparter2020-07-141-35/+20
* ospf6d: withdraw redistributed prefixes based on prefix-list changesDon Slice2020-05-051-9/+30
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-1/+1
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-33/+31
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+5
* *: Remove break after returnDonatas Abraitis2020-02-131-2/+0
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-15/+31
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-1/+0
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-8/+17
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-14/+12
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-12/+14
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-14/+12
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-1/+1
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-1/+1
* ospf6d: Added changes to track route-map usagergirada2019-02-041-1/+11
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* *: fix clang-6 SA warningsDavid Lamparter2018-09-081-1/+2
* lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp2018-08-031-3/+0
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-7/+8