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
*
ISIS VRF: Route info with vrf_id from ISIS to Zebra
Kaushik
2020-06-19
3
-9
/
+15
*
Merge pull request #6543 from volta-networks/fix_isis_afset_noarea
Donald Sharp
2020-06-10
2
-24
/
+19
|
\
|
*
isisd: prevent segfault in isis_circuit_af_set
Emanuele Di Pascale
2020-06-10
1
-7
/
+19
|
*
isisd: keep circuit config on conf->up failure
Emanuele Di Pascale
2020-06-10
1
-17
/
+0
*
|
Merge pull request #6414 from opensourcerouting/nb-error-handling
Santosh P K
2020-06-10
1
-42
/
+63
|
\
\
|
|
/
|
/
|
|
*
*: convert northbound callbacks to new error handling model
Renato Westphal
2020-05-29
1
-42
/
+63
*
|
Merge pull request #6537 from volta-networks/fix_isis_adj_up_init
Donald Sharp
2020-06-10
1
-7
/
+10
|
\
\
|
*
|
isisd: fix adj up->init transition
Emanuele Di Pascale
2020-06-09
1
-7
/
+10
*
|
|
*: add filter northbound support
Rafael Zalamena
2020-06-05
1
-0
/
+1
|
/
/
*
/
isisd: fix local address TE TLV
Emanuele Di Pascale
2020-05-29
1
-1
/
+2
|
/
*
Merge pull request #6425 from opensourcerouting/nb-state-cbs-fixes
Donald Sharp
2020-05-21
3
-86
/
+129
|
\
|
*
isisd, yang: move IS-IS interface state data to the appropriate place
Renato Westphal
2020-05-16
3
-80
/
+120
|
*
isisd: fix crash in the adjacency get_next() NB callback
Renato Westphal
2020-05-16
1
-6
/
+9
*
|
isisd: set TE link params on circuit creation
Emanuele Di Pascale
2020-05-19
1
-0
/
+2
|
/
*
isisd: Update Segment Routing Show Commands
Olivier Dugeon
2020-05-14
1
-30
/
+136
*
isisd: IS-IS-SR preparation for master 5/5
Olivier Dugeon
2020-05-14
5
-113
/
+517
*
isisd: IS-IS-SR preparation for master 4/5
Olivier Dugeon
2020-05-14
5
-55
/
+83
*
isisd: IS-IS-SR preparation for master 3/5
Olivier Dugeon
2020-05-14
3
-94
/
+109
*
isisd: IS-IS-SR preparation for master 2/5
Olivier Dugeon
2020-05-14
3
-183
/
+168
*
isisd: IS-IS-SR preparation for master 1/5
Olivier Dugeon
2020-05-14
2
-80
/
+85
*
isisd: Update IS-IS SR Label Manager
Olivier Dugeon
2020-04-30
1
-5
/
+70
*
isisd: Update ISIS-SR with new ZAPI message
Olivier Dugeon
2020-04-30
2
-9
/
+10
*
isisd: add support for segment routing
Renato Westphal
2020-04-30
22
-110
/
+2522
*
isisd: add segment-routing CLI commands
Renato Westphal
2020-04-30
3
-0
/
+235
*
isisd: add segment-routing YANG nodes and skeleton callbacks
Renato Westphal
2020-04-30
3
-0
/
+257
*
isisd: remove refcount from the isis_nexthop structure
Renato Westphal
2020-04-30
4
-18
/
+1
*
isisd: split vty_out_timestr() into two helper functions
Renato Westphal
2020-04-30
2
-0
/
+21
*
isisd: introduce new adjacency hooks
Renato Westphal
2020-04-30
2
-0
/
+29
*
build: make clippy Makefile rules nicer
David Lamparter
2020-04-27
1
-2
/
+3
*
build: use VPATH for vtysh_scan
David Lamparter
2020-04-27
1
-6
/
+6
*
Merge pull request #6279 from opensourcerouting/nb-cb-args
Donald Sharp
2020-04-24
3
-823
/
+580
|
\
|
*
*: change the signature of the northbound callbacks to be more flexible
Renato Westphal
2020-04-23
3
-823
/
+580
*
|
Merge pull request #6282 from opensourcerouting/fix-isisd-sh-run
Donald Sharp
2020-04-24
4
-6
/
+11
|
\
\
|
*
|
isisd: fix display of "isis bfd" in the running configuration
Renato Westphal
2020-04-23
4
-6
/
+11
|
|
/
*
|
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
bgpd, isis, tools: style fixen
Quentin Young
2020-04-21
1
-4
/
+2
|
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-4
/
+6
*
|
Merge pull request #6251 from opensourcerouting/cs-ignore
Donald Sharp
2020-04-20
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-1
/
+2
*
|
isisd: Prevent use after free for isis_adj_state_change
Donald Sharp
2020-04-18
5
-58
/
+59
|
/
*
Merge pull request #6247 from FRRouting/nb_conversions
Donald Sharp
2020-04-17
1
-0
/
+1
|
\
|
*
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
*
|
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
2
-2
/
+12
*
|
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
2
-0
/
+2
*
|
*: remove second parameter on install_node()
David Lamparter
2020-04-16
2
-9
/
+11
*
|
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
2
-3
/
+0
*
|
*: clean up cmd_node initializers
David Lamparter
2020-04-16
2
-3
/
+13
|
/
*
Merge pull request #6181 from volta-networks/fix_isisd_no_metric_style
Renato Westphal
2020-04-12
1
-16
/
+2
|
\
|
*
isisd: fix two 'no X' commands
Emanuele Di Pascale
2020-04-07
1
-16
/
+2
*
|
isisd, yang: unified lsp-timers command
Emanuele Di Pascale
2020-04-06
5
-96
/
+167
|
/
[next]