summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: Fix sadj memory leakDonald Sharp2022-12-091-0/+2
* isisd: fix area NULL pointer in isis_route_updateLouis Scalbert2022-11-171-6/+7
* Merge pull request #11594 from louis-6wind/lfa-netlinkPushpasis Sarkar2022-11-0811-31/+229
|\
| * isisd: fix potential access to NULL pointer in isis_route_updateLouis Scalbert2022-10-241-4/+6
| * isisd: fix SPF scheduling on IPv6 only topologyLouis Scalbert2022-10-241-4/+14
| * isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-10-241-7/+11
| * 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-243-2/+7
| * isisd: apply fast-reroute when an interface falls downLouis Scalbert2022-10-241-0/+5
| * isisd: allow nexthop lookup on interface onlyLouis Scalbert2022-10-241-2/+9
| * isisd: remove previous labels before fast-rerouteLouis Scalbert2022-10-241-11/+17
| * isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-10-2410-1/+159
* | Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-033-26/+3
|\ \
| * | isisd/fabricd: use PROTO_NAME in SR codeDavid Lamparter2022-10-261-2/+3
| * | build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-24/+0
| |/
* | isisd: Make clang-16 compiler happy with isisdDonald Sharp2022-10-261-4/+2
* | isisd: fix recreating the LS TED after re-enabling MPLS TELouis Scalbert2022-10-241-1/+1
* | isisd: fix sending remote interface ip address after enabling MPLS TELouis Scalbert2022-10-241-18/+83
|/
* Merge pull request #11980 from isabelladeleon12/set_overload_startupRuss White2022-10-138-10/+229
|\
| * isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon2022-10-133-16/+114
| * isisd: Add expected behavior with set-overload-bitIsabella de Leon2022-10-124-3/+15
| * isisd: Add overload timer and overload on startup functionalityIsabella de Leon2022-09-304-2/+31
| * isisd: Add set-overload on-startup CLI/YANG supportIsabella de Leon2022-09-226-7/+87
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* | fabricd: Turn off excessive logging when peering will not come upDonald Sharp2022-10-041-5/+9
* | isisd: Fix memory leak on shutdown with prefix listsDonald Sharp2022-09-203-2/+7
|/
* isisd: Correct Valgrind errorsOlivier Dugeon2022-09-028-84/+174
* isisd: changes for code maintainabilitysri-mohan12022-08-293-29/+29
* isisd: changes for code maintainabilitysri-mohan12022-08-295-34/+35
* isisd: Prevent leak of global_ipv6_addrsDonald Sharp2022-07-281-1/+1
* isisd: Ensure rcap is freed in error caseDonald Sharp2022-07-221-4/+4
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-2113-55/+51
* isisd: fix prefix-sid last-hop-behaviorLouis Scalbert2022-07-201-1/+3
* Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis2022-07-1010-155/+1
* Revert "isisd: remove previous labels before fast-reroute"Donatas Abraitis2022-07-101-17/+11
* Revert "isisd: allow nexthop lookup on interface only"Donatas Abraitis2022-07-101-8/+2
* 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-103-7/+2
* Revert "isisd: avoid fast-reroute from running twice on a down interface event"Donatas Abraitis2022-07-101-2/+1
* Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis2022-07-101-11/+7
* Revert "isisd: fix SPF scheduling on IPv6 only topology"Donatas Abraitis2022-07-101-14/+4
* Merge pull request #10962 from louis-6wind/lfa-netlinkRuss White2022-07-0811-27/+218
|\
| * isisd: fix SPF scheduling on IPv6 only topologyLouis Scalbert2022-05-241-4/+14
| * isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-05-241-7/+11
| * 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-243-2/+7
| * isisd: apply fast-reroute when an interface falls downLouis Scalbert2022-05-231-0/+5
| * isisd: allow nexthop lookup on interface onlyLouis Scalbert2022-05-231-2/+8
| * isisd: remove previous labels before fast-rerouteLouis Scalbert2022-05-231-11/+17
| * isisd: apply fast-reroute on an adjacency failureLouis Scalbert2022-05-2310-1/+155