summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-113-7/+7
* Merge pull request #11163 from opensourcerouting/fix/same_type_castingIgor Ryzhov2022-05-091-1/+1
|\
| * *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* | isisd: Prevent direct copy of different size prefix'esDonald Sharp2022-05-071-1/+1
* | isisd: Remove unneeded pre-declarationsDonald Sharp2022-05-071-19/+0
* | isisd: Fix read past end of stringDonald Sharp2022-05-071-1/+1
|/
* *: remove the checking returned value for hash_get()anlan_cs2022-05-022-6/+6
* isisd: ldp cleaning issue on invalid sptreeFrancois Dumontet2022-04-221-0/+5
* Merge pull request #11061 from pguibert6WIND/debug_isis_bfd_tooDonald Sharp2022-04-201-0/+2
|\
| * isisd: enable BFD messaging debug when isis bfd is usedPhilippe Guibert2022-04-201-0/+2
* | Merge pull request #11060 from pguibert6WIND/isis_dr_resign_debugDonald Sharp2022-04-201-1/+2
|\ \
| * | isisd: isis_dr_resign() trace braced with debug isis eventsPhilippe Guibert2022-04-201-1/+2
| |/
* | Merge pull request #10961 from opensourcerouting/build-ms-extDonald Sharp2022-04-201-1/+2
|\ \
| * | build: first header *must* be zebra.h or config.hDavid Lamparter2022-04-041-1/+2
| |/
* | Merge pull request #11051 from donaldsharp/speell_moreDonatas Abraitis2022-04-204-6/+6
|\ \
| * | *: Fix spelling of accomodateDonald Sharp2022-04-192-2/+2
| * | *: Fix spelling of non-existantDonald Sharp2022-04-191-1/+1
| * | *: Fix spelling of specifedDonald Sharp2022-04-191-3/+3
* | | Merge pull request #10983 from pguibert6WIND/show_isis_nbr_bfdRuss White2022-04-191-0/+10
|\ \ \ | |/ / |/| |
| * | isisd: add bfd information on isis neighbor show commandPhilippe Guibert2022-04-081-0/+10
| |/
* / isisd: Fix crash in ISIS when mtu mismatch occurslynnemorrison2022-04-182-50/+5
|/
* *: Fix spelling of FollowingDonald Sharp2022-04-011-2/+2
* Merge pull request #10944 from pguibert6WIND/isis_misc_fixesDonald Sharp2022-04-012-1/+3
|\
| * isisd: fix typo in show debuggingPhilippe Guibert2022-03-311-1/+1
| * isisd: prevent from accessing a non initialised pointerPhilippe Guibert2022-03-311-0/+2
* | isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp2022-03-311-1/+1
|/
* Merge pull request #10913 from louis-oui/lsp-parseRuss White2022-03-291-8/+20
|\
| * isisd: fix infinite loop when parsing LSPsLouis Scalbert2022-03-291-8/+20
* | isisd: add guard debug when compiling with EXTREME_DEBUGPhilippe Guibert2022-03-233-44/+68
|/
* Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmdsRuss White2022-03-0813-412/+1997
|\
| * isisd: Add json to show isis database command.Javier Garcia2022-03-027-360/+1164
| * isisd: Add json to show isis neighbor command.Javier Garcia2022-03-013-37/+373
| * isisd: Add json to show isis interface command.Javier Garcia2022-02-253-17/+287
| * isisd. Add json to show summary command.Javier Garcia2022-02-253-5/+180
* | Merge pull request #10566 from whichbug/masterRuss White2022-02-281-8/+8
|\ \
| * | isisd: fix #10505 using base64 encodingwhichbug2022-02-221-8/+8
| |/
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-2417-89/+59
* | isisd: Drop deprecated `segment-routing local-block` commandDonatas Abraitis2022-02-231-44/+0
|/
* Merge pull request #10517 from idryzhov/isis_router_cap_tlv_fixesRuss White2022-02-082-11/+60
|\
| * isisd: fix router capability TLV parsing issuesJuraj Vijtiuk2022-02-082-11/+60
* | 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: remove deprecated commandIgor Ryzhov2022-01-271-18/+0
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-2/+2
* isisd: Ensure structure is defined for compilationDonald Sharp2022-01-181-0/+1
* isisd: Log messages should not have newlines in them.Donald Sharp2022-01-181-2/+2
* Merge pull request #9938 from Orange-OpenSource/isis_lsRuss White2022-01-1824-169/+2024
|\
| * isisd: Add Link State Traffic Engineering supportOlivier Dugeon2021-11-306-38/+1304
| * isisd: Prepare IS-IS for Link State supportOlivier Dugeon2021-11-305-17/+114
| * isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-3020-118/+610