| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd: fix recreating the LS TED after re-enabling MPLS TE | Louis Scalbert | 2022-10-24 | 1 | -1/+1 |
* | isisd: fix sending remote interface ip address after enabling MPLS TE | Louis Scalbert | 2022-10-24 | 1 | -18/+83 |
* | isisd: Correct Valgrind errors | Olivier Dugeon | 2022-09-02 | 1 | -0/+105 |
* | isisd: Fix crash with xfrm interface type | Donald Sharp | 2022-06-23 | 1 | -4/+2 |
* | isisd: Prevent direct copy of different size prefix'es | Donald Sharp | 2022-05-07 | 1 | -1/+1 |
* | isisd: Fix read past end of string | Donald Sharp | 2022-05-07 | 1 | -1/+1 |
* | *: Fix spelling of Following | Donald Sharp | 2022-04-01 | 1 | -2/+2 |
* | isisd: Fixup IS-IS-TE bug | Olivier Dugeon | 2022-02-02 | 1 | -0/+1 |
* | bgpd,pimd,isisd,nhrpd: Convert to vty_json() | Donatas Abraitis | 2022-01-31 | 1 | -6/+2 |
* | isisd: Add Link State Traffic Engineering support | Olivier Dugeon | 2021-11-30 | 1 | -38/+1201 |
* | isisd: Add support for RFC6119 (IPv6 TE in IS-IS) | Olivier Dugeon | 2021-11-30 | 1 | -32/+107 |
* | isisd: replace inet_ntoa | Mark Stapp | 2020-10-22 | 1 | -13/+10 |
* | isisd: minor cleanup | Renato Westphal | 2020-08-27 | 1 | -4/+4 |
* | isisd : Transformational changes to support different VRFs. | Kaushik | 2020-08-14 | 1 | -31/+70 |
* | *: remove PRI[udx](8|16|32) | David Lamparter | 2020-07-14 | 1 | -8/+7 |
* | *: generously apply const | David Lamparter | 2019-12-02 | 1 | -2/+0 |
* | isisd: circuit is derefed in every code path | Donald Sharp | 2019-09-25 | 1 | -2/+1 |
* | isisd: Update TLVs processing for TE, RI & SR | Olivier Dugeon | 2019-09-17 | 1 | -976/+286 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -2/+1 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+2 |
* | Merge pull request #3045 from opensourcerouting/atoms | Lou Berger | 2019-04-30 | 1 | -1/+0 |
|\ |
|
| * | isisd: replace dict_* with DECLARE_RBTREE | David Lamparter | 2019-04-27 | 1 | -1/+0 |
* | | isisd: Add IS-IS-TE support per Area | Olivier Dugeon | 2019-04-25 | 1 | -113/+87 |
* | | Revert "isisd: Add IS-IS-TE support per Area" | Russ White | 2019-04-23 | 1 | -87/+113 |
* | | Issue #4032: Add IS-IS-TE support per Area | Olivier Dugeon | 2019-04-15 | 1 | -113/+87 |
|/ |
|
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | isisd: retrofit the mpls-te commands | Emanuele Di Pascale | 2018-12-18 | 1 | -141/+0 |
* | isis: Cleanup CLI, split into parts which are shared, fabricd and isisd | Christian Franke | 2018-09-05 | 1 | -11/+15 |
* | fabricd: add new daemon as build of isisd | Christian Franke | 2018-09-05 | 1 | -9/+9 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 1 | -3/+0 |
* | bgpd isisd ldpd lib ospfd pimd: redundancy (infer) | paco | 2018-06-20 | 1 | -1/+1 |
* | isisd: fix mpls_te_print_detail to not read out-of-bounds | Christian Franke | 2018-05-31 | 1 | -1/+76 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -66/+66 |
* | isisd: P2P adjacencies should only be included in LSPDB/SPF when they are up | Christian Franke | 2018-03-10 | 1 | -1/+2 |
* | isisd: revert some counterproductive indentation | Christian Franke | 2018-03-10 | 1 | -32/+25 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -41/+51 |
* | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
* | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 1 | -2/+2 |
* | isisd: fix clang warning | Vincent JARDIN | 2017-10-08 | 1 | -0/+3 |
* | isisd: send/receive LSPs with new parser | Christian Franke | 2017-08-03 | 1 | -235/+157 |
* | isisd: send/receive IIHs with new parser | Christian Franke | 2017-08-03 | 1 | -7/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1001/+1005 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -1/+1 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -1/+1 |
* | | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -36/+36 |
|/ |
|
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -60/+70 |