index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
isisd: fix wrongly disabled flex-algo
Louis Scalbert
2023-06-01
1
-7
/
+21
*
Merge pull request #13376 from louis-6wind/fix-flex-algo-mem-leak
Russ White
2023-05-02
3
-3
/
+8
|
\
|
*
isisd: fix a memory leak in isis_spftree_clear()
Louis Scalbert
2023-04-27
1
-2
/
+2
|
*
isisd, lib: clarify sizeof on flex-algo memory allocation
Louis Scalbert
2023-04-27
1
-1
/
+1
|
*
isisd: fix flex-algo data memory leak at algorithm removal
Louis Scalbert
2023-04-27
1
-0
/
+1
|
*
isisd, lib: fix flex-algo database memory leak at area destruction
Louis Scalbert
2023-04-27
1
-0
/
+4
*
|
isisd: fix disabled flex-algo on race condition
Louis Scalbert
2023-04-28
2
-3
/
+6
|
/
*
Merge pull request #13334 from louis-6wind/flexalgo-fixes
Olivier Dugeon
2023-04-21
4
-13
/
+16
|
\
|
*
isisd: fix add an algorithm argument to show isis route
Louis Scalbert
2023-04-20
1
-3
/
+6
|
*
isisd: fix potential null pointer in isis_affinity_map_update()
Louis Scalbert
2023-04-20
1
-0
/
+3
|
*
isisd: fix wrong pointer test in area_resign_level()
Louis Scalbert
2023-04-20
1
-1
/
+1
|
*
isisd: fix potential null pointer in isis_affinity_map_check_use()
Louis Scalbert
2023-04-20
1
-0
/
+3
|
*
isisd: fix overrun in isis_flex_algo_constraint_drop()
Louis Scalbert
2023-04-20
1
-9
/
+3
*
|
Merge pull request #12933 from Orange-OpenSource/link_state
Philippe Guibert
2023-04-20
1
-27
/
+43
|
\
\
|
|
/
|
/
|
|
*
isisd: Update TE to new Link State Edge key
Olivier Dugeon
2023-04-07
1
-27
/
+43
*
|
isisd: add "show isis flex-algo" command
Louis Scalbert
2023-04-18
1
-0
/
+187
*
|
isisd: add algorithm argument to show isis segment-routing node
Louis Scalbert
2023-04-18
1
-9
/
+36
*
|
isisd: add an algorithm argument to show isis route
Louis Scalbert
2023-04-18
1
-22
/
+93
*
|
isisd: add an algorithm argument to show isis topology
Louis Scalbert
2023-04-18
1
-25
/
+77
*
|
isisd: add flex-algo info to spf extreme debug
Louis Scalbert
2023-04-18
1
-24
/
+41
*
|
isisd: add option to display isis routes as json
Eric Kinzie
2023-04-18
2
-21
/
+100
*
|
isisd: show non-zero algos in "show isis route prefix-sid" (2/2)
Eric Kinzie
2023-04-18
1
-34
/
+52
*
|
isisd: show non-zero algos in "show isis route prefix-sid" (1/2)
Louis Scalbert
2023-04-18
1
-76
/
+76
*
|
isisd: clarify ifdef fabricd
Louis Scalbert
2023-04-18
1
-2
/
+3
*
|
isisd: fix typo in indef fabricd comment
Louis Scalbert
2023-04-18
1
-1
/
+1
*
|
isisd: add affinity-map configuration hooks
Louis Scalbert
2023-04-18
4
-1
/
+122
*
|
isisd: add support of (ti-)lfa to flex-algo
Louis Scalbert
2023-04-18
1
-13
/
+18
*
|
isisd: fix merging flex-algo route nodes
Eric Kinzie
2023-04-18
1
-1
/
+2
*
|
isisd: merge algorithm tables
Hiroki Shirokura
2023-04-18
5
-27
/
+61
*
|
isisd: calculate flex-algo constraint spf
Hiroki Shirokura
2023-04-18
5
-22
/
+290
*
|
isisd: add isis flex-algo lsp advertisement
Hiroki Shirokura
2023-04-18
3
-58
/
+513
*
|
isisd: add ASLA support
Louis Scalbert
2023-04-18
3
-1
/
+744
*
|
isisd: add isis flex-algo configuration frontend
Hiroki Shirokura
2023-04-18
1
-9
/
+190
*
|
isisd: add isis flex-algo configuration backend
Hiroki Shirokura
2023-04-18
2
-18
/
+532
*
|
isisd: add isis flex-algo base interface
Hiroki Shirokura
2023-04-18
6
-0
/
+320
*
|
lib,vtysh,isisd,yang: algo cli/yang/callbacks
Hiroki Shirokura
2023-04-18
5
-0
/
+486
*
|
isisd: add cli to configure algorithm-prefix-sid
Hiroki Shirokura
2023-04-18
1
-0
/
+82
*
|
isisd,yang: add algorithm-prefix-sid configuration tree
Hiroki Shirokura
2023-04-18
4
-0
/
+299
*
|
isisd: add TLV_SIZE_MISMATCH for tlvs length mismatch
Hiroki Shirokura
2023-04-18
1
-54
/
+56
*
|
isisd: refactor enum tail comma
Hiroki Shirokura
2023-04-18
1
-4
/
+4
*
|
isisd: update struct isis_route_info has multiple sr info by algorithm
Hiroki Shirokura
2023-04-18
3
-36
/
+208
*
|
isisd: update struct isis_sr_psid_info with nh context
Hiroki Shirokura
2023-04-18
4
-7
/
+19
*
|
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
3
-32
/
+65
*
|
isisd: update SR_ALGORITHM_COUNT to 256
Hiroki Shirokura
2023-04-18
4
-22
/
+47
*
|
lib,isisd: refactor igp-agnostic sr misc functions
Hiroki Shirokura
2023-04-18
3
-22
/
+8
*
|
isisd: update struct isis_sr_psid_info with algorithm id
Hiroki Shirokura
2023-04-17
4
-7
/
+16
*
|
isisd: update struct sr_prefix_cfg with algorithm id
Hiroki Shirokura
2023-04-17
4
-13
/
+36
*
|
isisd: update struct isis_spftree with algorithm id
Hiroki Shirokura
2023-04-17
5
-26
/
+30
*
|
Merge pull request #13163 from isabelladeleon12/isis_log_drops
Russ White
2023-04-11
9
-17
/
+123
|
\
\
[next]