summaryrefslogtreecommitdiff
path: root/isisd
AgeCommit message (Expand)Author
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter
2023-01-24Merge pull request #12682 from opensourcerouting/time-csRuss White
2023-01-23isisd: fix time truncation on displayRafael Zalamena
2023-01-04isisd: changed to output the LAN-adjacency-sid in yang formatkanaya516
2023-01-04isisd: changed to output the adjacency-sid in yang formatkanaya516
2022-12-09isisd: Fix sadj memory leakDonald Sharp
2022-11-17isisd: fix area NULL pointer in isis_route_updateLouis Scalbert
2022-11-08Merge pull request #11594 from louis-6wind/lfa-netlinkPushpasis Sarkar
2022-11-03Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp
2022-10-26isisd/fabricd: use PROTO_NAME in SR codeDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-25isisd: Make clang-16 compiler happy with isisdDonald Sharp
2022-10-24isisd: fix potential access to NULL pointer in isis_route_updateLouis Scalbert
2022-10-24isisd: fix SPF scheduling on IPv6 only topologyLouis Scalbert
2022-10-24isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert
2022-10-24isisd: fix recreating the LS TED after re-enabling MPLS TELouis Scalbert
2022-10-24isisd: fix sending remote interface ip address after enabling MPLS TELouis Scalbert
2022-10-24isisd: avoid fast-reroute from running twice on a down interface eventLouis Scalbert
2022-10-24isisd: avoid fast-reroute on down adjacency when the interface is downLouis Scalbert
2022-10-24isisd: apply fast-reroute when an interface falls downLouis Scalbert
2022-10-24isisd: allow nexthop lookup on interface onlyLouis Scalbert
2022-10-24isisd: remove previous labels before fast-rerouteLouis Scalbert
2022-10-24isisd: apply fast-reroute on an adjacency failureLouis Scalbert
2022-10-13Merge pull request #11980 from isabelladeleon12/set_overload_startupRuss White
2022-10-12isisd: Add JSON object functions to save overload status between restarts.Isabella de Leon
2022-10-12isisd: Add expected behavior with set-overload-bitIsabella de Leon
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-10-04fabricd: Turn off excessive logging when peering will not come upDonald Sharp
2022-09-30isisd: Add overload timer and overload on startup functionalityIsabella de Leon
2022-09-21isisd: Add set-overload on-startup CLI/YANG supportIsabella de Leon
2022-09-20isisd: Fix memory leak on shutdown with prefix listsDonald Sharp
2022-09-02isisd: Correct Valgrind errorsOlivier Dugeon
2022-08-29isisd: changes for code maintainabilitysri-mohan1
2022-08-29isisd: changes for code maintainabilitysri-mohan1
2022-07-28isisd: Prevent leak of global_ipv6_addrsDonald Sharp
2022-07-22isisd: Ensure rcap is freed in error caseDonald Sharp
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-20isisd: fix prefix-sid last-hop-behaviorLouis Scalbert
2022-07-10Revert "isisd: apply fast-reroute on an adjacency failure"Donatas Abraitis
2022-07-10Revert "isisd: remove previous labels before fast-reroute"Donatas Abraitis
2022-07-10Revert "isisd: allow nexthop lookup on interface only"Donatas Abraitis
2022-07-10Revert "isisd: apply fast-reroute when an interface falls down"Donatas Abraitis
2022-07-10Revert "isisd: avoid fast-reroute on down adjacency when the interface is down"Donatas Abraitis
2022-07-10Revert "isisd: avoid fast-reroute from running twice on a down interface event"Donatas Abraitis
2022-07-10Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis
2022-07-10Revert "isisd: fix SPF scheduling on IPv6 only topology"Donatas Abraitis
2022-07-08Merge pull request #10962 from louis-6wind/lfa-netlinkRuss White
2022-06-30isisd: fix infinite loop when parsing LSPsLouis Scalbert
2022-06-30Revert "isisd: fix infinite loop when parsing LSPs"Louis Scalbert
2022-06-28Merge pull request #11434 from donaldsharp/more_test_fixupsIgor Ryzhov