summaryrefslogtreecommitdiffstats
path: root/isisd/isis_te.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* isisd: P2P adjacencies should only be included in LSPDB/SPF when they are upChristian Franke2018-03-101-1/+2
* isisd: revert some counterproductive indentationChristian Franke2018-03-101-32/+25
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-41/+51
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* isisd: fix clang warningVincent JARDIN2017-10-081-0/+3
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-235/+157
* isisd: send/receive IIHs with new parserChristian Franke2017-08-031-7/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1001/+1005
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-1/+1
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-1/+1
* | *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-2/+2
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-36/+36
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-2/+2
* *: use vty_outlnQuentin Young2017-06-291-60/+70