summaryrefslogtreecommitdiff
path: root/isisd
AgeCommit message (Expand)Author
2020-10-28isisd: Fix usage of uninited memoryDonald Sharp
2020-10-28isisd: Fix memory leak in copy_tlv_router_capDonald Sharp
2020-10-28isisd: Fix memory leak on shutdownDonald Sharp
2020-10-28isisd: fix check for area-tag modificationIgor Ryzhov
2020-10-10isisd: move debug variables under ifdefIgor Ryzhov
2020-10-10isisd: check for circuit existence on interface addr changeIgor Ryzhov
2020-10-10isisd: fix incorrect vrf lookupsIgor Ryzhov
2020-10-10isisd: add missing rollback if config is invalidIgor Ryzhov
2020-10-07isisd: fix missing docstringIgor Ryzhov
2020-10-07isisd: fix node for clear commandsIgor Ryzhov
2020-10-07isisd: guard against adj timer display overflowEmanuele Di Pascale
2020-10-07isisd: simplify adj_change hook callEmanuele Di Pascale
2020-10-06isisd: fix pseudonode LSP bugEmanuele Di Pascale
2020-10-06isisd: ifp cannot be NULLDonald Sharp
2020-09-01doc, yang, isisd : Support for different VRF in isisdharios_niral
2020-08-27isisd: Remove IPV4 from NLPID's if not enabledPrzemyslaw
2020-08-26isisd: add abiliy to compute the reverse shortest path treeRenato Westphal
2020-08-26tests, isisd: add IS-IS SPF unit testsRenato Westphal
2020-08-26isisd: make the SPF code more modularRenato Westphal
2020-08-26isisd: introduce command to display IS-IS routesRenato Westphal
2020-08-26isisd: minor cleanupRenato Westphal
2020-08-26isisd: reuse adjacency state change hook in the SPF codeRenato Westphal
2020-08-26isisd: introduce two LSP iteration functionsRenato Westphal
2020-08-26isisd: don't add Adj-SIDs when an IP address is missingRenato Westphal
2020-08-26isisd: make vid2string() fully reentrantRenato Westphal
2020-08-14isisd : Transformational changes to support different VRFs.Kaushik
2020-08-11isisd: make calculation of the SPF run duration more correctRenato Westphal
2020-08-11isisd: introduce per-area list of IS-IS adjacenciesRenato Westphal
2020-08-11isisd: remove unnecessary QOBJ usageRenato Westphal
2020-08-11isisd: use ISIS_LEVELS instead of hardcoded array sizes whenever possibleRenato Westphal
2020-08-11isisd: modify signature of isis_area_destroy()Renato Westphal
2020-08-11isisd: normalize CLI help strings to always use IS-ISRenato Westphal
2020-08-11isisd: don't display summary information of inactive SPF instancesRenato Westphal
2020-08-11isisd: don't attach Adj-SIDs to pseudo-node LSPsRenato Westphal
2020-08-11isisd: unbreak support for Prefix-SIDs over unnumbered interfacesRenato Westphal
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-21Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young
2020-07-14isisd: fix OpenBSD pedantic format warningsDavid Lamparter
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-07-14*: un-split strings across linesDavid Lamparter
2020-07-10isisd: fix Coverity warningEmanuele Di Pascale
2020-07-10isisd: lib: refactor ISIS BFD APIGalaxyGorilla
2020-07-10 *: add BFD profile support for IS-ISGalaxyGorilla
2020-07-08Merge pull request #6385 from GalaxyGorilla/bfd_igp_topotestRenato Westphal
2020-07-06isisd: gracefully handle spf errorEmanuele Di Pascale
2020-07-03isisd: Fast RIB recovery from BFD recognized link failuresGalaxyGorilla
2020-07-02Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp
2020-07-01isisd: log adj change when circuit goes downEmanuele Di Pascale
2020-06-26Merge pull request #6635 from Niral-Networks/niral_dev_vrf_isisRenato Westphal
2020-06-25Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2Donald Sharp