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
*
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
*
isisd: Free up some memory allocated.
Donald Sharp
2018-02-14
1
-0
/
+3
*
isis: use descriptor polling instead of time
Rafael Zalamena
2018-02-07
1
-1
/
+1
*
isisd: fix l2 neighbor formations
Rafael Zalamena
2017-12-14
1
-1
/
+2
*
Merge pull request #1358 from opensourcerouting/isis-lsp_tick-fixes
Donald Sharp
2017-10-25
1
-1
/
+1
|
\
|
*
isisd: fix issue with lsp queueing logic in lsp_tick
Christian Franke
2017-10-05
1
-1
/
+1
*
|
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-1
/
+1
*
|
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
Renato Westphal
2017-10-10
1
-3
/
+0
*
|
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-3
/
+4
*
|
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-9
/
+8
|
/
*
isisd: optimize per interface lsp send-queue creation
Christian Franke
2017-10-03
1
-2
/
+62
*
isisd: generate unique circuit ids
Christian Franke
2017-09-20
1
-29
/
+19
*
Merge pull request #1020 from opensourcerouting/ferr
Donald Sharp
2017-09-05
1
-27
/
+31
|
\
|
*
isisd: use ferr_* functions
David Lamparter
2017-08-28
1
-27
/
+31
*
|
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
|
/
*
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
1
-2
/
+2
*
isisd: Convert to using prefix.h ETH_ALEN
Donald Sharp
2017-08-04
1
-4
/
+0
*
isisd: send/receive LSPs with new parser
Christian Franke
2017-08-03
1
-1
/
+0
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-3
/
+1
[next]