summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16942 from baozhen-H3C/202409271079Russ White2024-10-081-1/+1
|\
| * isisd: Fix the PQ space computation error in TI-LFAb293322024-09-271-1/+1
* | isisd: fix wrong check for MT commandsanlan_cs2024-10-071-8/+0
* | Merge pull request #16855 from zhou-run/202409131731Russ White2024-09-241-0/+50
|\ \
| * | isisd: Fix NHLFE entry memory leakszhou-run2024-09-191-0/+50
* | | Merge pull request #16887 from zhou-run/202409211508Donatas Abraitis2024-09-231-4/+3
|\ \ \
| * | | isisd: Fix infinity flag not being set successfullyzhou-run2024-09-211-4/+3
| |/ /
* | | isisd: Remove deprecated JSON fieldsDonatas Abraitis2024-09-192-788/+26
* | | isisd: fix rcap tlv double-free crashLouis Scalbert2024-09-161-9/+8
|/ /
* | tests: fix isis_lsp_bits_topo1 race conditionLouis Scalbert2024-09-121-0/+2
* | Merge pull request #16718 from louis-6wind/fix-asla-lengthOlivier Dugeon2024-09-102-2/+12
|\ \
| * | isisd: fix crash when reading aslaLouis Scalbert2024-09-032-2/+12
* | | isisd: fix flex-algo northbound configurationLouis Scalbert2024-09-091-42/+27
* | | isisd: avoid nb_running_get_entry during validationLouis Scalbert2024-09-091-34/+23
* | | isisd: fix flex-algo affinity settingLouis Scalbert2024-09-091-6/+14
* | | isisd: fix crash at flex-algo affinity settingLouis Scalbert2024-09-091-16/+6
* | | Merge pull request #16724 from cscarpitta/fix/fix-srv6-frr-configDonatas Abraitis2024-09-043-0/+9
|\ \ \
| * | | isisd: Add missing `exit` statementCarmine Scarpitta2024-09-033-0/+9
| |/ /
* | | Merge pull request #16667 from louis-6wind/fix-isis-link-params-circuit-upRuss White2024-09-031-1/+1
|\ \ \ | |/ / |/| |
| * | isisd: fix update link params after circuit is upLouis Scalbert2024-08-271-1/+1
| |/
* | *: Create termtable specific temp memoryDonald Sharp2024-09-013-5/+5
* | isisd: in isis_mt.c use appropriate memory allocatorDonald Sharp2024-09-011-6/+8
* | isisd: fix crash at flex-algo without mpls-teLouis Scalbert2024-08-271-0/+4
|/
* Merge pull request #16545 from mjstapp/fix_isis_threewayDonatas Abraitis2024-08-123-13/+13
|\
| * isisd: fix memory handling in isis_adj_process_threeway()Mark Stapp2024-08-093-13/+13
* | isisd, lib: Cleanup linked list associated with snmpDonald Sharp2024-08-081-0/+8
* | isisd: Free up isis master list of instancesDonald Sharp2024-08-083-0/+7
* | isisd: Cleanup leaked hash on shut in circuitDonald Sharp2024-08-083-6/+6
* | isisd: Free up memory associated with rm/vrf'sDonald Sharp2024-08-082-1/+5
|/
* Merge pull request #15797 from pguibert6WIND/isis_srv6_ls_subnetRuss White2024-07-264-2/+96
|\
| * isis, lib: add isis srv6 end sid to ls_prefixPhilippe Guibert2024-07-114-2/+96
* | isisd: free asla at last flex-algo unconfigurationLouis Scalbert2024-07-261-0/+7
* | isisd: fix building asla at first flex-algo configLouis Scalbert2024-07-263-3/+14
* | isisd: move flex_algo_delete into flex_algo_destroyLouis Scalbert2024-07-261-1/+7
* | Merge pull request #16232 from zhou-run/202406171755Donald Sharp2024-07-243-5/+32
|\ \
| * | isisd: Even after configuring "no hostname dynamic", the topology still displ...zhou-run2024-06-193-5/+32
* | | isisd: fix crash when calculating the neighbor spanning tree based on the fra...zhou-run2024-07-111-0/+3
| |/ |/|
* | Merge pull request #16241 from zhou-run/202406191740Russ White2024-07-092-8/+18
|\ \
| * | isisd: The neighbor entry still displays the deleted hostname of the neighborzhou-run2024-07-082-8/+18
| |/
* | Merge pull request #16090 from zhou-run/202405271057Russ White2024-07-092-2/+15
|\ \
| * | isisd: When operating multiple areas, the system ID behaves abnormally.zhou-run2024-05-272-2/+15
* | | Merge pull request #15677 from cscarpitta/isis-srv6-sid-managerRuss White2024-07-026-274/+395
|\ \ \
| * | | isisd: add locator name in sid notify messagesPhilippe Guibert2024-06-181-1/+1
| * | | isisd: Cleanup related to SRv6Carmine Scarpitta2024-06-182-212/+0
| * | | isisd: Receive SRv6 SIDs notifications from zebraCarmine Scarpitta2024-06-181-0/+146
| * | | isisd: Release SRv6 SIDs to SID ManagerCarmine Scarpitta2024-06-181-1/+20
| * | | isisd: Request SRv6 SIDs to SID ManagerCarmine Scarpitta2024-06-182-19/+14
| * | | isisd: Receive SRv6 locator info from zebraCarmine Scarpitta2024-06-181-29/+78
| * | | isisd: Deal with SRv6 locator instead of chunkCarmine Scarpitta2024-06-185-51/+53
| * | | isisd: Add API to get/release SRv6 SIDsCarmine Scarpitta2024-06-182-0/+102