index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
/
isis_adjacency.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
isisd: fix memory handling in isis_adj_process_threeway()
Mark Stapp
2024-08-09
1
-4
/
+4
*
Merge pull request #16241 from zhou-run/202406191740
Russ White
2024-07-09
1
-1
/
+1
|
\
|
*
isisd: The neighbor entry still displays the deleted hostname of the neighbor
zhou-run
2024-07-08
1
-1
/
+1
*
|
Merge pull request #15716 from zhou-run/202404092101
Russ White
2024-07-02
1
-9
/
+15
|
\
\
|
|
/
|
/
|
|
*
isisd: Fix memory leaks when the transition of neighbor state from non-UP to ...
zhou-run
2024-05-23
1
-9
/
+15
*
|
isisd: adjust the format of display command
anlan_cs
2024-05-03
1
-2
/
+2
|
/
*
isisd: fix mispelling with ISIS_SR_LAN_BACKUP
Philippe Guibert
2024-04-04
1
-2
/
+2
*
isisd: Extend IS-IS adjacency with SRv6 adj SIDs
Carmine Scarpitta
2023-09-11
1
-0
/
+2
*
Merge pull request #12698 from Orange-OpenSource/isisd
Russ White
2023-04-11
1
-29
/
+19
|
\
|
*
isisd: Update to the new printfrr ISO format
Olivier Dugeon
2023-03-21
1
-29
/
+19
*
|
*: 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
-2
/
+2
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-6
/
+6
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
|
/
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
isisd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-4
/
+7
*
isisd: avoid fast-reroute on down adjacency when the interface is down
Louis Scalbert
2022-10-24
1
-1
/
+2
*
isisd: apply fast-reroute on an adjacency failure
Louis Scalbert
2022-10-24
1
-0
/
+39
*
isisd: changes for code maintainability
sri-mohan1
2022-08-29
1
-5
/
+5
*
isisd: Prevent leak of global_ipv6_addrs
Donald Sharp
2022-07-28
1
-1
/
+1
*
isisd: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-1
/
+1
*
Revert "isisd: apply fast-reroute on an adjacency failure"
Donatas Abraitis
2022-07-10
1
-40
/
+0
*
Revert "isisd: avoid fast-reroute on down adjacency when the interface is down"
Donatas Abraitis
2022-07-10
1
-2
/
+1
*
isisd: avoid fast-reroute on down adjacency when the interface is down
Louis Scalbert
2022-05-24
1
-1
/
+2
*
isisd: apply fast-reroute on an adjacency failure
Louis Scalbert
2022-05-23
1
-0
/
+40
*
isisd: add bfd information on isis neighbor show command
Philippe Guibert
2022-04-08
1
-0
/
+10
*
Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmds
Russ White
2022-03-08
1
-0
/
+214
|
\
|
*
isisd: Add json to show isis neighbor command.
Javier Garcia
2022-03-01
1
-0
/
+214
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
|
/
*
Merge pull request #9938 from Orange-OpenSource/isis_ls
Russ White
2022-01-18
1
-7
/
+16
|
\
|
*
isisd: Add support for RFC6119 (IPv6 TE in IS-IS)
Olivier Dugeon
2021-11-30
1
-7
/
+16
*
|
isisd: fix use after free
Igor Ryzhov
2021-12-14
1
-6
/
+12
|
/
*
isisd: use time_t for last update and last flap
Igor Ryzhov
2021-11-11
1
-4
/
+2
*
isisd: per-instance dynamic hostname cache
Igor Ryzhov
2021-06-11
1
-3
/
+3
*
isisd: kill isis_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+3
*
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-1
/
+1
|
\
|
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
|
isisd: fix BFD session when IPv6 not configured
Emanuele Di Pascale
2021-03-18
1
-13
/
+13
|
/
*
isisd: support for snmp
lynne
2021-03-02
1
-3
/
+14
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
*
isisd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-3
/
+3
*
isisd: guard against adj timer display overflow
Emanuele Di Pascale
2020-09-25
1
-10
/
+18
*
isisd: simplify adj_change hook call
Emanuele Di Pascale
2020-09-25
1
-4
/
+2
*
isisd: reuse adjacency state change hook in the SPF code
Renato Westphal
2020-08-27
1
-4
/
+0
*
isisd : Transformational changes to support different VRFs.
Kaushik
2020-08-14
1
-2
/
+0
*
isisd: introduce per-area list of IS-IS adjacencies
Renato Westphal
2020-08-11
1
-30
/
+11
*
isisd: Fast RIB recovery from BFD recognized link failures
GalaxyGorilla
2020-07-03
1
-3
/
+3
*
isisd: log adj change when circuit goes down
Emanuele Di Pascale
2020-07-01
1
-17
/
+36
*
ISIS VRF: ISIS Debug structure modifications
harios
2020-06-24
1
-2
/
+2
[next]