summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_te.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: protect call to get_edge() in ospf_te.cOlivier Dugeon2024-05-231-3/+16
* ospfd: Correct Opaque LSA Extended parserOlivier Dugeon2024-05-231-2/+33
* ospfd: Solved crash in RI parsing with OSPF TEOlivier Dugeon2024-05-231-0/+9
* ospfd: Solved crash in OSPF TE parsingOlivier Dugeon2024-02-271-0/+4
* ospfd: Fix assignment with never being usedDonald Sharp2024-02-161-1/+0
* ospfd: Decode TE TLVs for json outputOlivier Dugeon2024-02-121-129/+346
* ospfd: Correct LSA parser which fulfill the TEDOlivier Dugeon2023-12-141-21/+8
* Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert2023-04-201-9/+14
|\
| * ospfd: Update TE to new Link State Edge keyOlivier Dugeon2023-04-071-9/+14
* | ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon2023-04-181-36/+13
* | *: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp2023-04-071-10/+10
|/
* *: 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