index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
/
isis_circuit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-4
/
+4
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove tabs from log messages
David Lamparter
2020-03-24
1
-4
/
+2
*
isisd: do not disable circuit on ifdown
Emanuele Di Pascale
2020-02-19
1
-1
/
+0
*
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
1
-5
/
+5
*
isisd: split northbound callbacks into multiple files
Renato Westphal
2019-10-30
1
-0
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-0
/
+10
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-0
/
+7
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-0
/
+2
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-0
/
+8
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+22
*
isisd: Update TLVs processing for TE, RI & SR
Olivier Dugeon
2019-09-17
1
-5
/
+6
*
*: rename new ForEach macros from the typesafe API
Renato Westphal
2019-05-21
1
-1
/
+1
*
isisd: replace dict_* with DECLARE_RBTREE
David Lamparter
2019-04-27
1
-8
/
+2
*
isisd: strncpy -> strlcpy
Quentin Young
2019-02-26
1
-3
/
+4
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-2
/
+2
*
isisd: retrieve default values from the yang model
Emanuele Di Pascale
2018-12-18
1
-0
/
+42
*
isisd: implement the 'if-state-change' notification
Emanuele Di Pascale
2018-12-18
1
-0
/
+10
*
isisd: modify config_write funcs to use the northbound
Emanuele Di Pascale
2018-12-18
1
-0
/
+29
*
isisd: retrofit the 'isis network' command
Emanuele Di Pascale
2018-12-18
1
-15
/
+2
*
isisd: Remove unused t_send_lsp timer
Christian Franke
2018-12-07
1
-1
/
+0
*
isisd: add send_hello_sched function
Christian Franke
2018-12-04
1
-6
/
+2
*
isisd: reduce code duplication for levels
Christian Franke
2018-12-04
1
-21
/
+15
*
isisd: Add level&circuit thread argument to circuit
Christian Franke
2018-12-04
1
-0
/
+2
*
isisd: Address code-style warnings
Christian Franke
2018-10-12
1
-1
/
+2
*
isisd: Add a hook when writing interface config
Christian Franke
2018-10-05
1
-1
/
+5
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-7
/
+7
*
Merge pull request #3031 from pacovn/static_analysis__Wcomma
Lou Berger
2018-09-17
1
-6
/
+6
|
\
|
*
bgpd isisd zebra: misuse of comma operator
F. Aragon
2018-09-14
1
-6
/
+6
*
|
isisd: ISIS_[ERR|WARN] -> EC_ISIS
Quentin Young
2018-09-13
1
-2
/
+2
|
/
*
fabricd: reimplement LSP transmission logic
Christian Franke
2018-09-05
1
-83
/
+22
*
fabricd: adjust IS-IS defaults as per draft
Christian Franke
2018-09-05
1
-8
/
+10
*
isis: Cleanup CLI, split into parts which are shared, fabricd and isisd
Christian Franke
2018-09-05
1
-2
/
+0
*
fabricd: add new daemon as build of isisd
Christian Franke
2018-09-05
1
-21
/
+21
*
isisd, ospfd, tests: Switch to using stream_resize_inplace
Donald Sharp
2018-08-22
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
isisd: Add isis_errors and generate custom Error Codes
Donald Sharp
2018-08-14
1
-2
/
+6
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-4
/
+0
*
isisd: don't crash when isis_sock_init fails
Christian Franke
2018-07-19
1
-8
/
+7
*
isisd: out-of-bounds access (Coverity 1399309)
paco
2018-06-15
1
-2
/
+2
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-2
/
+2
*
isisd: add nerd-knob to turn three-way-adj off
Christian Franke
2018-03-10
1
-0
/
+5
*
isisd: allocate circuit_id only for broadcast circuits
Christian Franke
2018-03-10
1
-11
/
+11
*
isisd: cleanup usage of circuit_id
Christian Franke
2018-03-10
1
-13
/
+10
*
isisd: revert some counterproductive indentation
Christian Franke
2018-03-10
1
-4
/
+2
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-4
/
+8
*
isisd: Remove impossible check
Donald Sharp
2018-02-17
1
-3
/
+0
[next]