summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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-7/+7
* isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp2022-03-311-1/+1
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-2/+1
* ospfd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-4/+1
* ospfd: Fix wrong parsing of TE subTLVOlivier Dugeon2021-11-151-2/+2
* ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal2021-10-081-2/+7
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-6/+6
* ospfd: New code adds newline to log filesDonald Sharp2021-05-191-2/+2
* ospfd: Correct Coverity defectsOlivier Dugeon2021-05-191-30/+137
* ospfd: Fixed some ASAN errorsErik Kooistra2021-04-281-1/+8
* ospfd: Add Link-State supportOlivier Dugeon2021-03-231-27/+1749
* ospfd: Correct Opaque Inter-AS LSA managementOlivier Dugeon2021-03-231-95/+105
* opsfd: Correct MPLS-TE bug with LSA FlushOlivier Dugeon2021-03-231-13/+33
* ospfd: Improve MPLS-TE debugOlivier Dugeon2021-03-231-124/+105
* ospfd: reset mpls-te prior to ospf router removalCarlo Galiotto2020-11-161-0/+12
* ospfd: replace inet_ntoaMark Stapp2020-10-221-42/+36
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* *: remove tabs from log messagesDavid Lamparter2020-03-241-1/+1
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-1/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* ospfd: initialize maybe-uninitialized boolQuentin Young2019-05-291-1/+1
* ospfd: Correct Link-ID and Remote IP for TE LSAOlivier Dugeon2019-04-301-97/+98
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* ospfd: remove call to if_lookup_all_vrfPhilippe Guibert2018-12-101-23/+22
* ospf: unregister mpls-te inter-as only if mpls-te is enabledDmitrii Turlupov2018-11-091-4/+4
* *: spelchekDavid Lamparter2018-10-251-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal2018-09-241-4/+0
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-20/+20
* *: style for flog_warn conversionsQuentin Young2018-09-061-30/+42
* ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp2018-09-061-3/+3
* ospfd: Convert ospf_te.c to use new error-card subsystemDonald Sharp2018-09-061-46/+47
* ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp2018-09-061-4/+5
* ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-6/+3
* ospfd: Add ospf_lsa_new_and_data function and abstract awayDonald Sharp2018-08-211-12/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-5/+0
* ospfd: dead code (Coverity 1302500)paco2018-06-261-3/+2
* ospfd: lp may be null, make sure it isn'tDonald Sharp2018-06-051-2/+3
* ospfd: use __func__ in ospf_te.cQuentin Young2018-04-171-2/+2
* ospfd: fix stylistic issueQuentin Young2018-04-171-10/+7
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-98/+97
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-21/+19
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-0/+32
* OSPFd: Clean up Segment Routing patchOlivier Dugeon2018-01-301-23/+0
* ospfd: fix coverity warnings - security best practices violationsRenato Westphal2017-10-241-1/+1