summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Show correct level information for `show isis interface detail json`Donatas Abraitis2024-12-301-21/+16
* isisd: fix crash when switching P2P after shutdowning LAN circuitbaozhen-H3C2024-11-061-0/+2
* isisd: Cleanup leaked hash on shut in circuitDonald Sharp2024-08-081-2/+2
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-5/+2
* lib: convert if_zapi_callbacks into actual hooksDavid Lamparter2023-11-031-2/+4
* isisd: Make SRv6 interface configurableCarmine Scarpitta2023-09-111-0/+4
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-8/+6
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-8/+6
* | isisd: consider link local ipv4 addresses as validPhilippe Guibert2023-04-041-2/+1
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-12/+12
* | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-1/+1
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-11/+11
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* Merge pull request #12688 from dorDiogo/isis_hello_padding_sometimesRuss White2023-03-201-12/+22
|\
| * isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjac...Diogo Oliveira2023-02-281-2/+2
| * isisd: Add support for isis hello padding sometimesDiogo Oliveira2023-02-281-12/+22
* | isisd: Add advertise high metrics base functionalityIsabella de Leon2023-02-281-0/+4
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: avoid fast-reroute from running twice on a down interface eventLouis Scalbert2022-10-241-1/+2
* isisd: avoid fast-reroute on down adjacency when the interface is downLouis Scalbert2022-10-241-1/+4
* isisd: apply fast-reroute when an interface falls downLouis Scalbert2022-10-241-0/+5
* isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-241-0/+26
* isisd: Correct Valgrind errorsOlivier Dugeon2022-09-021-0/+5
* isisd: changes for code maintainabilitysri-mohan12022-08-291-5/+5
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-12/+12
* Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis2022-07-101-21/+0
* Revert "isisd: apply fast-reroute when an interface falls down"Donatas Abraitis2022-07-101-5/+0
* Revert "isisd: avoid fast-reroute on down adjacency when the interface is down"Donatas Abraitis2022-07-101-4/+1
* Revert "isisd: avoid fast-reroute from running twice on a down interface event"Donatas Abraitis2022-07-101-2/+1
* Merge pull request #10962 from louis-6wind/lfa-netlinkRuss White2022-07-081-2/+32
|\
| * isisd: avoid fast-reroute from running twice on a down interface eventLouis Scalbert2022-05-241-1/+2
| * isisd: avoid fast-reroute on down adjacency when the interface is downLouis Scalbert2022-05-241-1/+4
| * isisd: apply fast-reroute when an interface falls downLouis Scalbert2022-05-231-0/+5
| * isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-05-231-0/+21
* | isisd: Fix crash with xfrm interface typeDonald Sharp2022-06-231-27/+14
|/
* isisd: Fix crash in ISIS when mtu mismatch occurslynnemorrison2022-04-181-2/+5
* isisd: add guard debug when compiling with EXTREME_DEBUGPhilippe Guibert2022-03-231-7/+13
* isisd: Add json to show isis interface command.Javier Garcia2022-02-251-0/+145
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-2/+2
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-1/+9
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-1/+1
* Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-221-2/+2
|\
| * *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-2/+2
* | fabricd: cleanup interface config outputIgor Ryzhov2021-11-111-33/+6
|/
* isisd: fix circuit is-type configurationIgor Ryzhov2021-10-301-2/+8
* *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-24/+4
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* *: cleanup interface node installationIgor Ryzhov2021-07-291-10/+1
* fabricd: fix running configIgor Ryzhov2021-06-211-3/+1