summaryrefslogtreecommitdiffstats
path: root/isisd/isis_adjacency.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* isisd: implement the 'adjacency-state-change' notificationEmanuele Di Pascale2018-12-181-0/+5
* isisd: trigger hellos on adjacency state changeChristian Franke2018-12-041-13/+11
* isisd: Replace isis_event_adjacency_state_change with a hookChristian Franke2018-10-051-8/+10
* fabricd: reimplement LSP transmission logicChristian Franke2018-09-051-2/+2
* fabricd: adjacency formation optimization as per section 2.4Christian Franke2018-09-051-4/+13
* eigrpd, isisd, lib, ospfd: no effect (cppcheck)paco2018-06-191-3/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* isisd: add nerd-knob to turn three-way-adj offChristian Franke2018-03-101-1/+1
* isisd: implement threeway adjacenciesChristian Franke2018-03-101-0/+47
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+5
* isisd: optimize per interface lsp send-queue creationChristian Franke2017-10-031-12/+7
* isisd: send/receive LSPs with new parserChristian Franke2017-08-031-6/+4
* isisd: send/receive IIHs with new parserChristian Franke2017-08-031-44/+35
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+3
* *: reindent pt. 2whitespace / reindent2017-07-171-3/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-448/+434
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-8/+8
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-8/+8
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-8/+8
* *: use vty_outlnQuentin Young2017-06-291-17/+17
* Merge branch 'stable/3.0'David Lamparter2017-06-131-2/+15
|\
| * isisd: fix heap uaf, round 2Quentin Young2017-06-091-6/+17
| * isisd: fix heap uafQuentin Young2017-06-071-2/+4
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
* | isisd: show topology information for adjacenciesChristian Franke2017-05-061-0/+6
* | isisd: announce and parse MT IS reachabilitiesChristian Franke2017-04-281-0/+1