summaryrefslogtreecommitdiffstats
path: root/isisd/isis_te.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12933 from Orange-OpenSource/link_statePhilippe Guibert2023-04-201-27/+43
|\
| * isisd: Update TE to new Link State Edge keyOlivier Dugeon2023-04-071-27/+43
* | isisd: add ASLA supportLouis Scalbert2023-04-181-1/+169
* | lib,isisd: refactor igp-agnostic sr misc functionsHiroki Shirokura2023-04-181-1/+1
* | Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-7/+7
|\ \
| * | isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-7/+7
* | | *: Use a `struct prefix *p` instead of a `struct prefix` in functionsDonald Sharp2023-04-071-5/+5
| |/ |/|
* | isisd: Correction of subnets creation in the TEDOlivier Dugeon2023-03-301-1/+14
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib,isisd: add extended admin-group info into the tedLouis Scalbert2023-02-101-0/+5
* | isisd: add extended admin-groupLouis Scalbert2023-02-101-0/+7
* | Merge pull request #12730 from louis-6wind/fix-ext-te-metricsOlivier Dugeon2023-02-091-1/+1
|\ \ | |/ |/|
| * isisd: fix te link delay displayLouis Scalbert2023-02-021-1/+1
* | isisd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+2
|/
* isisd: fix recreating the LS TED after re-enabling MPLS TELouis Scalbert2022-10-241-1/+1
* isisd: fix sending remote interface ip address after enabling MPLS TELouis Scalbert2022-10-241-18/+83
* isisd: Correct Valgrind errorsOlivier Dugeon2022-09-021-0/+105
* isisd: Fix crash with xfrm interface typeDonald Sharp2022-06-231-4/+2
* isisd: Prevent direct copy of different size prefix'esDonald Sharp2022-05-071-1/+1
* isisd: Fix read past end of stringDonald Sharp2022-05-071-1/+1
* *: Fix spelling of FollowingDonald Sharp2022-04-011-2/+2
* isisd: Fixup IS-IS-TE bugOlivier Dugeon2022-02-021-0/+1
* bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-6/+2
* isisd: Add Link State Traffic Engineering supportOlivier Dugeon2021-11-301-38/+1201
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-32/+107
* isisd: replace inet_ntoaMark Stapp2020-10-221-13/+10
* isisd: minor cleanupRenato Westphal2020-08-271-4/+4
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-31/+70
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-8/+7
* *: generously apply constDavid Lamparter2019-12-021-2/+0
* isisd: circuit is derefed in every code pathDonald Sharp2019-09-251-2/+1
* isisd: Update TLVs processing for TE, RI & SROlivier Dugeon2019-09-171-976/+286
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-1/+0
|\
| * isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* | isisd: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-251-113/+87
* | Revert "isisd: Add IS-IS-TE support per Area"Russ White2019-04-231-87/+113
* | Issue #4032: Add IS-IS-TE support per AreaOlivier Dugeon2019-04-151-113/+87
|/
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* isisd: retrofit the mpls-te commandsEmanuele Di Pascale2018-12-181-141/+0
* isis: Cleanup CLI, split into parts which are shared, fabricd and isisdChristian Franke2018-09-051-11/+15
* fabricd: add new daemon as build of isisdChristian Franke2018-09-051-9/+9
* *: ALLOC calls cannot failDonald Sharp2018-08-111-3/+0
* bgpd isisd ldpd lib ospfd pimd: redundancy (infer)paco2018-06-201-1/+1
* isisd: fix mpls_te_print_detail to not read out-of-boundsChristian Franke2018-05-311-1/+76
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-66/+66