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
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
4
-32
/
+20
*
isisd: fix refcounting in isis_route.c
Christian Franke
2018-08-03
1
-26
/
+37
*
isisd: make spf code dst-src aware
Christian Franke
2018-08-03
7
-73
/
+203
*
isisd: don't infer spftree from address family
Christian Franke
2018-08-03
1
-18
/
+25
*
isisd: make use of advanced concepts like arrays and loops
Christian Franke
2018-08-03
3
-71
/
+57
*
isisd: fix isis_route_merge_verify logic
Christian Franke
2018-08-03
1
-3
/
+28
*
isisd: fix redist_delete to also consider level-2
Christian Franke
2018-08-03
1
-1
/
+1
*
isisd: move route_table into spftree
Christian Franke
2018-08-03
6
-169
/
+111
*
isisd: learn and advertise IPv6 dst-src routes
Christian Franke
2018-08-03
8
-70
/
+120
*
isisd: add debug message if adjacency is ignored because IP is unusable
Christian Franke
2018-08-03
1
-1
/
+8
*
libs, daemons: use const in route-map apply
Mark Stapp
2018-07-23
1
-5
/
+6
*
isisd: don't crash when isis_sock_init fails
Christian Franke
2018-07-19
1
-8
/
+7
*
Merge pull request #2588 from pacovn/Clang_dereference1
Russ White
2018-06-30
1
-2
/
+3
|
\
|
*
bgpd isisd: null check (Clang scan)
F. Aragon
2018-06-29
1
-2
/
+3
*
|
Merge pull request #2587 from pacovn/Clang_scan_dead_code
Quentin Young
2018-06-29
1
-1
/
+1
|
\
\
|
*
|
isisd zebra: dead code (Clang scan)
F. Aragon
2018-06-29
1
-1
/
+1
|
|
/
*
|
Merge pull request #2579 from pacovn/Coverity_1424370_Unchecked_return_value_...
Quentin Young
2018-06-28
1
-3
/
+3
|
\
\
|
*
|
isisd: return check (Coverity 1424370)
F. Aragon
2018-06-28
1
-3
/
+3
|
|
/
*
/
isisd: null check (Coverity 1424529)
F. Aragon
2018-06-28
1
-0
/
+1
|
/
*
isisd: out-of-bounds access (Coverity 1452552)
paco
2018-06-25
1
-19
/
+19
*
Merge pull request #2501 from pacovn/infer_unused1
Quentin Young
2018-06-21
2
-2
/
+2
|
\
|
*
bgpd isisd ldpd lib ospfd pimd: redundancy (infer)
paco
2018-06-20
2
-2
/
+2
*
|
isisd, zebra: FIXME fixes
paco
2018-06-19
1
-9
/
+8
|
/
*
eigrpd, isisd, lib, ospfd: no effect (cppcheck)
paco
2018-06-19
1
-3
/
+0
*
isisd: out-of-bounds access (Coverity 1399309)
paco
2018-06-15
1
-2
/
+2
*
Merge pull request #2309 from opensourcerouting/master-mpls_te_print_detail-fix
Olivier Dugeon
2018-06-01
1
-1
/
+76
|
\
|
*
isisd: fix mpls_te_print_detail to not read out-of-bounds
Christian Franke
2018-05-31
1
-1
/
+76
*
|
isisd: fix bug in tlv_copy of empty MT-router-info
Christian Franke
2018-05-28
1
-1
/
+1
|
/
*
isisd: use 0 as default-metric for redistribution
Christian Franke
2018-05-08
1
-9
/
+5
*
isisd: resolve possible null pointer dereference
Ilya Shipitsin
2018-04-24
1
-3
/
+2
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
35
-365
/
+368
*
Merge pull request #1925 from opensourcerouting/bugfix-isis_bpf_read
Donald Sharp
2018-03-19
3
-12
/
+23
|
\
|
*
isisd: Fixed the way isis reads from bpf
ipinlnd
2018-03-19
3
-12
/
+23
*
|
Merge branch 'master' into working/master/bgp-vpn-vrf-leaking
paulzlabn
2018-03-14
14
-318
/
+481
|
\
\
|
*
|
isisd: add nerd-knob to turn three-way-adj off
Christian Franke
2018-03-10
5
-2
/
+26
|
*
|
isisd: P2P adjacencies should only be included in LSPDB/SPF when they are up
Christian Franke
2018-03-10
3
-3
/
+5
|
*
|
isisd: implement threeway adjacencies
Christian Franke
2018-03-10
3
-50
/
+125
|
*
|
isisd: add support for TLV 240 P2P Three-Way Adjacency
Christian Franke
2018-03-10
2
-0
/
+171
|
*
|
isisd: remove unused debug code
Christian Franke
2018-03-10
1
-40
/
+0
|
*
|
isisd: allocate circuit_id only for broadcast circuits
Christian Franke
2018-03-10
4
-23
/
+14
|
*
|
isisd: cleanup usage of circuit_id
Christian Franke
2018-03-10
4
-17
/
+12
|
*
|
isisd: revert some counterproductive indentation
Christian Franke
2018-03-10
8
-186
/
+131
|
|
/
*
/
isisd: debug msg: display distance when adding redist route
G. Paul Ziemba
2018-03-09
1
-2
/
+2
|
/
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
15
-219
/
+279
*
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
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-2
/
+2
*
isis: use descriptor polling instead of time
Rafael Zalamena
2018-02-07
1
-1
/
+1
*
*: silence '-Wchar-subscripts' warnings on NetBSD
Renato Westphal
2018-02-02
1
-1
/
+1
*
*: silence '-Wmaybe-uninitialized' warnings on NetBSD
Renato Westphal
2018-02-02
1
-1
/
+1
[next]