summaryrefslogtreecommitdiffstats
path: root/isisd/isis_adjacency.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-29/+19
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-29/+19
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-2/+2
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-6/+6
* | *: Rename `struct thread` to `struct event`Donald 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-14/+1
* isisd: Add missing enum's to switch statementDonald Sharp2023-01-311-4/+7
* isisd: avoid fast-reroute on down adjacency when the interface is downLouis Scalbert2022-10-241-1/+2
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-241-0/+39
* isisd: changes for code maintainabilitysri-mohan12022-08-291-5/+5
* isisd: Prevent leak of global_ipv6_addrsDonald Sharp2022-07-281-1/+1
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-1/+1
* Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis2022-07-101-40/+0
* Revert "isisd: avoid fast-reroute on down adjacency when the interface is down"Donatas Abraitis2022-07-101-2/+1
* isisd: avoid fast-reroute on down adjacency when the interface is downLouis Scalbert2022-05-241-1/+2
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-05-231-0/+40
* isisd: add bfd information on isis neighbor show commandPhilippe Guibert2022-04-081-0/+10
* Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmdsRuss White2022-03-081-0/+214
|\
| * isisd: Add json to show isis neighbor command.Javier Garcia2022-03-011-0/+214
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
|/
* Merge pull request #9938 from Orange-OpenSource/isis_lsRuss White2022-01-181-7/+16
|\
| * isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-7/+16
* | isisd: fix use after freeIgor Ryzhov2021-12-141-6/+12
|/
* isisd: use time_t for last update and last flapIgor Ryzhov2021-11-111-4/+2
* isisd: per-instance dynamic hostname cacheIgor Ryzhov2021-06-111-3/+3
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+3
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-1/+1
|\
| * *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* | isisd: fix BFD session when IPv6 not configuredEmanuele Di Pascale2021-03-181-13/+13
|/
* isisd: support for snmplynne2021-03-021-3/+14
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* isisd: replace inet_ntoaMark Stapp2020-10-221-3/+3
* isisd: guard against adj timer display overflowEmanuele Di Pascale2020-09-251-10/+18
* isisd: simplify adj_change hook callEmanuele Di Pascale2020-09-251-4/+2
* isisd: reuse adjacency state change hook in the SPF codeRenato Westphal2020-08-271-4/+0
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-2/+0
* isisd: introduce per-area list of IS-IS adjacenciesRenato Westphal2020-08-111-30/+11
* isisd: Fast RIB recovery from BFD recognized link failuresGalaxyGorilla2020-07-031-3/+3
* isisd: log adj change when circuit goes downEmanuele Di Pascale2020-07-011-17/+36
* ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-2/+2
* isisd: fix adj up->init transitionEmanuele Di Pascale2020-06-091-7/+10
* isisd: add support for segment routingRenato Westphal2020-04-301-0/+68
* isisd: Prevent use after free for isis_adj_state_changeDonald Sharp2020-04-181-12/+11
* *: remove line breaks from log messagesDavid Lamparter2020-03-241-1/+1
* isisd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+15
* isisd, yang: implement interface countersRenato Westphal2019-09-231-0/+1
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-1/+0
* *: remove null check before XFREEQuentin Young2019-02-261-6/+3