index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
/
isis_lsp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
isisd: fix disabled flex-algo on race condition
Louis Scalbert
2023-04-28
1
-1
/
+4
*
isisd: add isis flex-algo lsp advertisement
Hiroki Shirokura
2023-04-18
1
-23
/
+79
*
isisd: refactor IP reachability lsp build
Louis Scalbert
2023-04-18
1
-53
/
+53
*
isisd: update isis_tlvs_add_*_reach() with multi algorithm
Hiroki Shirokura
2023-04-18
1
-17
/
+32
*
isisd: update SR_ALGORITHM_COUNT to 256
Hiroki Shirokura
2023-04-18
1
-4
/
+4
*
isisd: update struct sr_prefix_cfg with algorithm id
Hiroki Shirokura
2023-04-17
1
-4
/
+7
*
Merge pull request #12698 from Orange-OpenSource/isisd
Russ White
2023-04-11
1
-71
/
+56
|
\
|
*
isisd: Update to the new printfrr ISO format
Olivier Dugeon
2023-03-21
1
-71
/
+56
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-9
/
+9
*
|
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-28
/
+25
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-8
/
+8
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
|
/
*
Merge pull request #12840 from dorDiogo/isis_advertise_passive_only
Russ White
2023-02-28
1
-0
/
+7
|
\
|
*
isisd,doc: Add support for isis advertise-passive-only
Diogo Oliveira
2023-02-22
1
-0
/
+7
*
|
Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_gen
Russ White
2023-02-28
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
isisd: Fix isisd to generate lsps after config processing is complete
Isabella de Leon
2023-02-21
1
-0
/
+4
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
|
/
*
isisd: Add JSON object functions to save overload status between restarts.
Isabella de Leon
2022-10-13
1
-14
/
+13
*
isisd: Add expected behavior with set-overload-bit
Isabella de Leon
2022-10-12
1
-1
/
+4
*
isisd: Add overload timer and overload on startup functionality
Isabella de Leon
2022-09-30
1
-0
/
+29
*
isisd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-4
/
+4
*
isisd: Fix crash with xfrm interface type
Donald Sharp
2022-06-23
1
-4
/
+2
*
Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmds
Russ White
2022-03-08
1
-13
/
+63
|
\
|
*
isisd: Add json to show isis database command.
Javier Garcia
2022-03-02
1
-13
/
+63
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-16
/
+14
|
/
*
isisd: Prepare IS-IS for Link State support
Olivier Dugeon
2021-11-30
1
-16
/
+35
*
isisd: Add support for RFC6119 (IPv6 TE in IS-IS)
Olivier Dugeon
2021-11-30
1
-2
/
+14
*
isisd: Fix sending of LSP with null seqno
Guillaume Solignac
2021-08-26
1
-2
/
+2
*
isisd: fix setting IS type in LSPs
Igor Ryzhov
2021-07-13
1
-1
/
+1
*
isisd: fix processing of the attached bit
Igor Ryzhov
2021-07-13
1
-1
/
+4
*
isisd: fix setting of the attached bit
Igor Ryzhov
2021-07-13
1
-60
/
+41
*
isisd: per-instance dynamic hostname cache
Igor Ryzhov
2021-06-11
1
-6
/
+6
*
isisd: kill isis_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+2
*
isisd: Fix spelling mistake
Donald Sharp
2021-03-21
1
-1
/
+1
*
isisd: avoid lsp_sched loop when unstable
Emanuele Di Pascale
2021-03-19
1
-5
/
+15
*
Merge pull request #7945 from volta-networks/feat_isis_snmp
Renato Westphal
2021-03-15
1
-4
/
+4
|
\
|
*
isisd: support for snmp
lynne
2021-03-02
1
-4
/
+4
*
|
*: remove more sprintf()
Quentin Young
2021-02-09
1
-6
/
+6
|
/
*
isisd: When adjacencies go up and down add support to modify attached-bit
lynne
2021-02-01
1
-12
/
+66
*
isisd: Fix Attach-bit processing
lynne
2021-01-20
1
-20
/
+71
*
*: Replace s_addr check agains 0 with INADDR_ANY
Donatas Abraitis
2020-12-14
1
-1
/
+1
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-4
/
+4
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-15
/
+8
*
isisd: circuit->area->isis to circuit->isis
Donald Sharp
2020-10-09
1
-4
/
+4
*
isisd: introduce two LSP iteration functions
Renato Westphal
2020-08-27
1
-0
/
+154
*
isisd : Transformational changes to support different VRFs.
Kaushik
2020-08-14
1
-23
/
+31
*
isisd: don't attach Adj-SIDs to pseudo-node LSPs
Renato Westphal
2020-08-11
1
-2
/
+2
[next]