summaryrefslogtreecommitdiff
path: root/ospfd/ospf_te.c
AgeCommit message (Expand)Author
2024-05-23ospfd: protect call to get_edge() in ospf_te.cOlivier Dugeon
2024-05-23ospfd: Correct Opaque LSA Extended parserOlivier Dugeon
2024-05-23ospfd: Solved crash in RI parsing with OSPF TEOlivier Dugeon
2024-02-27ospfd: Solved crash in OSPF TE parsingOlivier Dugeon
2024-02-15ospfd: Fix assignment with never being usedDonald Sharp
2024-02-12ospfd: Decode TE TLVs for json outputOlivier Dugeon
2023-12-14ospfd: Correct LSA parser which fulfill the TEDOlivier Dugeon
2023-04-20Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert
2023-04-18ospfd: Force Opaque LSA & co to default VRFOlivier Dugeon
2023-04-07ospfd: Update TE to new Link State Edge keyOlivier Dugeon
2023-04-06*: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-01*: Fix spelling of FollowingDonald Sharp
2022-03-31isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospfd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-15ospfd: Fix wrong parsing of TE subTLVOlivier Dugeon
2021-10-08ospfd: fix display of plain-text data on "show ... json" commandsRenato Westphal
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-05-19ospfd: New code adds newline to log filesDonald Sharp
2021-05-19ospfd: Correct Coverity defectsOlivier Dugeon
2021-04-28ospfd: Fixed some ASAN errorsErik Kooistra
2021-03-23ospfd: Add Link-State supportOlivier Dugeon
2021-03-23ospfd: Correct Opaque Inter-AS LSA managementOlivier Dugeon
2021-03-23opsfd: Correct MPLS-TE bug with LSA FlushOlivier Dugeon
2021-03-23ospfd: Improve MPLS-TE debugOlivier Dugeon
2020-11-16ospfd: reset mpls-te prior to ospf router removalCarlo Galiotto
2020-10-22ospfd: replace inet_ntoaMark Stapp
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-24*: remove tabs from log messagesDavid Lamparter
2019-12-02*: generously apply constDavid Lamparter
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-05-29ospfd: initialize maybe-uninitialized boolQuentin Young
2019-04-30ospfd: Correct Link-ID and Remote IP for TE LSAOlivier Dugeon
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-12-10ospfd: remove call to if_lookup_all_vrfPhilippe Guibert
2018-11-09ospf: unregister mpls-te inter-as only if mpls-te is enabledDmitrii Turlupov
2018-10-25*: spelchekDavid Lamparter
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-24ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal
2018-09-13ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young
2018-09-06*: style for flog_warn conversionsQuentin Young
2018-09-06ospfd: Add OSPF_WARN_LSA_INSTALL_FAILURE error codeDonald Sharp
2018-09-06ospfd: Convert ospf_te.c to use new error-card subsystemDonald Sharp
2018-09-06ospfd: Add OSPF_WARN_OPAQUE_REGISTRATIONDonald Sharp
2018-09-06ospfd: Cleanup some warnings that were not warningsDonald Sharp