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
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
15
-83
/
+83
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
8
-11
/
+11
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
4
-6
/
+6
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
2
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
15
-141
/
+131
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
22
-63
/
+62
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
16
-16
/
+16
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
2
-9
/
+3
*
Merge pull request #12688 from dorDiogo/isis_hello_padding_sometimes
Russ White
2023-03-20
8
-27
/
+79
|
\
|
*
isisd,tests,doc: Rename hello padding sometimes to hello padding during-adjac...
Diogo Oliveira
2023-02-28
6
-10
/
+12
|
*
isisd: Add support for isis hello padding sometimes
Diogo Oliveira
2023-02-28
8
-27
/
+77
*
|
isisd: pfpacket BPF filter with IS-IS over tunnel support
Josef Miegl
2023-03-12
1
-8
/
+19
*
|
isisd: Add advertise high metrics base functionality
Isabella de Leon
2023-02-28
2
-1
/
+51
*
|
isisd: Add advertise-high-metrics CLI/YANG support, modify show output
Isabella de Leon
2023-02-28
6
-0
/
+67
|
/
*
Merge pull request #12840 from dorDiogo/isis_advertise_passive_only
Russ White
2023-02-28
6
-0
/
+64
|
\
|
*
isisd,doc: Add support for isis advertise-passive-only
Diogo Oliveira
2023-02-22
6
-0
/
+64
*
|
Merge pull request #12819 from isabelladeleon12/isis_load_config_before_lsp_gen
Russ White
2023-02-28
4
-0
/
+56
|
\
\
|
|
/
|
/
|
|
*
isisd: Fix isisd to generate lsps after config processing is complete
Isabella de Leon
2023-02-21
4
-0
/
+56
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
72
-1018
/
+72
|
\
\
|
|
/
|
/
|
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
72
-1018
/
+72
*
|
Merge pull request #12494 from louis-6wind/ext_admin_group
Olivier Dugeon
2023-02-15
4
-1
/
+90
|
\
\
|
*
|
lib,isisd: add extended admin-group info into the ted
Louis Scalbert
2023-02-10
1
-0
/
+5
|
*
|
isisd: add extended admin-group
Louis Scalbert
2023-02-10
3
-1
/
+79
|
*
|
isisd: add affinity-map support
Louis Scalbert
2023-02-09
1
-0
/
+6
*
|
|
lib,zebra,bgpd,staticd: use label code to store VNI info
Stephen Worley
2023-02-14
1
-2
/
+3
|
/
/
*
|
Merge pull request #12730 from louis-6wind/fix-ext-te-metrics
Olivier Dugeon
2023-02-09
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
isisd: use the te anormal macro
Louis Scalbert
2023-02-02
1
-1
/
+1
|
*
isisd: fix te link delay display
Louis Scalbert
2023-02-02
2
-2
/
+2
*
|
isisd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
5
-12
/
+29
|
/
*
*: fix non-const northbound XPath format strings
David Lamparter
2023-01-27
1
-2
/
+2
*
Merge pull request #12682 from opensourcerouting/time-cs
Russ White
2023-01-24
1
-2
/
+4
|
\
|
*
isisd: fix time truncation on display
Rafael Zalamena
2023-01-23
1
-2
/
+4
*
|
isisd: changed to output the LAN-adjacency-sid in yang format
kanaya516
2023-01-04
3
-11
/
+180
*
|
isisd: changed to output the adjacency-sid in yang format
kanaya516
2023-01-04
3
-0
/
+143
|
/
*
isisd: Fix sadj memory leak
Donald Sharp
2022-12-09
1
-0
/
+2
*
isisd: fix area NULL pointer in isis_route_update
Louis Scalbert
2022-11-17
1
-6
/
+7
*
Merge pull request #11594 from louis-6wind/lfa-netlink
Pushpasis Sarkar
2022-11-08
11
-31
/
+229
|
\
|
*
isisd: fix potential access to NULL pointer in isis_route_update
Louis Scalbert
2022-10-24
1
-4
/
+6
|
*
isisd: fix SPF scheduling on IPv6 only topology
Louis Scalbert
2022-10-24
1
-4
/
+14
|
*
isisd: fix metric calculation of classic lfa backup prefixes
Louis Scalbert
2022-10-24
1
-7
/
+11
|
*
isisd: avoid fast-reroute from running twice on a down interface event
Louis Scalbert
2022-10-24
1
-1
/
+2
|
*
isisd: avoid fast-reroute on down adjacency when the interface is down
Louis Scalbert
2022-10-24
3
-2
/
+7
|
*
isisd: apply fast-reroute when an interface falls down
Louis Scalbert
2022-10-24
1
-0
/
+5
|
*
isisd: allow nexthop lookup on interface only
Louis Scalbert
2022-10-24
1
-2
/
+9
|
*
isisd: remove previous labels before fast-reroute
Louis Scalbert
2022-10-24
1
-11
/
+17
|
*
isisd: apply fast-reroute on an adjacency failure
Louis Scalbert
2022-10-24
10
-1
/
+159
*
|
Merge pull request #12196 from opensourcerouting/xref-vtysh
Donald Sharp
2022-11-03
3
-26
/
+3
|
\
\
|
*
|
isisd/fabricd: use PROTO_NAME in SR code
David Lamparter
2022-10-26
1
-2
/
+3
|
*
|
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
2
-24
/
+0
|
|
/
[next]