summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8634 from idryzhov/ospf-vrf-redistMark Stapp2021-05-071-34/+22
|\
| * ospfd: fix redistribution config when vrf doesn't existIgor Ryzhov2021-05-051-34/+22
* | ospfd: Fix indentation in ospf_is_type_redistributedDonald Sharp2021-05-041-4/+4
* | ospfd: Do not use `case default` for switches that have enumDonald Sharp2021-05-041-1/+2
* | ospfd: Cleanup some awful deep indentation in ospf_zebra.cDonald Sharp2021-05-041-223/+203
|/
* Merge pull request #8058 from rgirada/ospf-ecmpMark Stapp2021-03-301-1/+1
|\
| * ospfd: Max multipath config supportrgirada2021-03-301-1/+1
* | ospfd: Add Link-State supportOlivier Dugeon2021-03-231-0/+8
|/
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* ospfd: Correct Segment Routing prefix bugsOlivier Dugeon2021-03-091-1/+1
* ospfd: Debug race condition in Segment RoutingOlivier Dugeon2021-02-111-3/+12
* ospfd: Fix backup path RIB handlingGalaxyGorilla2021-01-191-8/+19
* ospfd: Add TI-LFA Prefix-SID ProtectionGalaxyGorilla2021-01-191-0/+31
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-24/+60
* ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-5/+0
* isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener2020-12-091-0/+16
* Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-1/+1
|\
| * *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-151-1/+1
* | *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-4/+2
|/
* ospfd: OSPF external summarisation scenariosrgirada2020-11-021-53/+192
* ospfd: ospf summarisation core handlersrgirada2020-11-021-4/+6
* *: Correct spelling stuffDonald Sharp2020-10-291-1/+1
* ospfd: replace inet_ntoaMark Stapp2020-10-221-13/+12
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-66/+31
* ospfd : Resolving conflict in distribute-list update during MaxAge LSA.Kaushik2020-09-121-10/+20
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-111-0/+42
|\
| * ospfd: ldp-igp-sync feature: adding ospf supportlynne2020-09-091-0/+42
* | ospfd : Fix in lsa refresh when redist is done with route-map using access-list.Kaushik2020-09-021-5/+12
* | ospfd: Add Label Manager for Segment RoutingOlivier Dugeon2020-08-201-0/+119
|/
* ospfd: send ARP requests using zebraJakub UrbaƄczyk2020-08-121-0/+5
* ospfd: Fix Zebra route add message truncation issueAaron LI2020-07-301-1/+1
* Merge pull request #6731 from opensourcerouting/style-string-prepDonald Sharp2020-07-161-4/+2
|\
| * *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* | ospf: Default-information originate with routemapSantosh P K2020-07-071-0/+249
|/
* ospfd: Move Segment Routing Zebra functionsOlivier Dugeon2020-06-031-0/+114
* ospfd: OSPF Segment Routing improvementOlivier Dugeon2020-06-031-0/+1
* ospfd: Restoring the original tag in external lsasrgirada2020-05-181-0/+3
* ospfd: Route-tag is not set to external lsas when applying with rmaprgirada2020-05-181-1/+7
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-2/+2
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-7/+5
* ospfd: Cleanup set but unused variablesDonald Sharp2020-02-271-2/+1
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-3/+3
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-2/+2
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-33/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-25/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-69/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-43/+2
* ospfd: add redist message detail to debugMark Stapp2019-08-141-1/+2
* ospfd: clean up default route logicDavid Lamparter2019-08-021-89/+38