summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Remove deprecated router_info_area_id_cmdDonatas Abraitis2024-08-141-11/+0
* Merge pull request #15339 from opensourcerouting/fix/add_deprecationRuss White2024-02-261-3/+12
|\
| * ospfd: Add deprecation cycle for `router-info X [A.B.C.D]` commandDonatas Abraitis2024-02-091-3/+12
* | ospfd: Decode Router Info. TLVs for json outputOlivier Dugeon2024-02-121-86/+215
|/
* ospfd: add support for "no router-info [<area|as>] command"Christian Breunig2024-02-081-2/+4
* ospfd: improve memory cleanup during shutdownRenato Westphal2023-12-011-0/+1
* ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon2023-04-181-20/+19
* *: Convert event.h to frrevent.hDonald 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-16/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: Fix spelling of FollowingDonald Sharp2022-04-011-6/+6
* ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-081-2/+9
* ospfd: New code adds newline to log filesDonald Sharp2021-05-191-1/+1
* Merge pull request #8690 from idryzhov/ospf-fix-tlv-sizeOlivier Dugeon2021-05-191-4/+2
|\
| * ospfd: fix SID/Label Sub TLV sizeIgor Ryzhov2021-05-181-4/+2
* | ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-27/+100
|/
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-5/+2
* ospfd: replace inet_ntoaMark Stapp2020-10-221-25/+26
* ospfd: Coverity correctionsOlivier Dugeon2020-08-261-8/+15
* ospfd: Add Segment Routing Local BlockOlivier Dugeon2020-08-201-27/+59
* ospfd: Solve crash after removing and adding conf.Olivier Dugeon2020-05-261-0/+10
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-3/+2
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-3/+3
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* OSPF: Add support to multi-area to Router Info.Olivier Dugeon2018-11-091-225/+351
* *: spelchekDavid Lamparter2018-10-251-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal2018-09-241-9/+0
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-8/+8
* *: style for flog_warn conversionsQuentin Young2018-09-061-3/+5
* ospfd: Convert ospf_ri to use error-code subsystemDonald Sharp2018-09-061-9/+12
* ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp2018-09-061-2/+4
* ospfd: Modify ospf_ri.c to use new error-code subsystemDonald Sharp2018-09-061-12/+3
* ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp2018-09-061-2/+3
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-4/+2
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-12/+1
* eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon2018-07-021-4/+4
* ospfd: OoB access (Cov 1452454 1452455 1452456)paco2018-06-141-5/+6
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-34/+34
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-26/+16
* OSPFd: Fix Opaque LSA filtering in Segment RoutingOlivier Dugeon2018-02-051-2/+7
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-0/+27
* OSPFd: Correct compilation errorOlivier Dugeon2018-01-301-3/+0
* OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-31/+11
* OSPFD: Set Segment Routing patch conform to C99Olivier Dugeon2018-01-231-10/+10
* OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-55/+370
* *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* ospfd: Fix leak of route_nodeDonald Sharp2017-10-101-0/+1