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
*
isisd: simplify node Sid handling
Fredi Raspall
2021-05-18
1
-4
/
+3
*
isisd: clear the N-flag in ext. reachability TLVs
Fredi Raspall
2021-05-18
1
-1
/
+1
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
3
-28
/
+32
*
isisd: fix bfd config output
Igor Ryzhov
2021-05-07
1
-4
/
+6
*
isisd: enable autocompletion for bfd profiles
Igor Ryzhov
2021-05-07
1
-1
/
+1
*
isisd: fix "no bfd profile" command
Igor Ryzhov
2021-05-07
1
-9
/
+11
*
isisd: rework BFD integration
Igor Ryzhov
2021-05-07
10
-413
/
+97
*
isisd: fix clang-11 warnings in snmp code
Pat Ruddy
2021-05-05
1
-5
/
+1
*
isisd: link protection optional fallback in ti-lfa
Fredi Raspall
2021-05-03
6
-3
/
+103
*
Merge pull request #8601 from Fredi-raspall/pr_fix_lfa_debug
Renato Westphal
2021-05-02
1
-0
/
+3
|
\
|
*
isisd: fix show LFA debug in show debugging cmd
Fredi Raspall
2021-05-01
1
-0
/
+3
*
|
isisd: fix memory leak for non-freed spftrees
Fredi Raspall
2021-05-01
1
-3
/
+6
|
/
*
isisd: move ldp-sync checks from cli to nb callbacks
Igor Ryzhov
2021-04-29
2
-36
/
+33
*
isisd: don't use operational data in "no isis circuit-type"
Igor Ryzhov
2021-04-29
1
-32
/
+23
*
isisd, yang: remove vrf leaf from isis interface node
Igor Ryzhov
2021-04-29
4
-83
/
+37
*
isisd: don't use operational data in "ip/ipv6 router isis"
Igor Ryzhov
2021-04-29
1
-124
/
+55
*
isisd: don't create instances directly from cli
Igor Ryzhov
2021-04-29
1
-2
/
+0
*
isisd: don't use operational data in "no router isis"
Igor Ryzhov
2021-04-29
1
-21
/
+36
*
isisd: remove useless checks from cli
Igor Ryzhov
2021-04-29
1
-32
/
+0
*
isisd: fix ldp-sync configuration
Igor Ryzhov
2021-04-29
6
-314
/
+169
*
isisd: allow arbitrary order of area/interface configuration
Igor Ryzhov
2021-04-29
7
-324
/
+295
*
isisd: update link params after circuit is up
Igor Ryzhov
2021-04-29
1
-2
/
+3
*
isisd: fix incorrect snmp-id gen/free
Igor Ryzhov
2021-04-29
4
-83
/
+62
*
isisd: Remove warnings and add some data to debugs for isis_csm.c
Donald Sharp
2021-04-23
1
-14
/
+32
*
isisd: Use enum for circuit state
Donald Sharp
2021-04-22
2
-8
/
+12
*
isisd: use an enum for circuit states
Donald Sharp
2021-04-22
3
-9
/
+9
*
build: properly split CFLAGS from AC_CFLAGS
David Lamparter
2021-04-21
1
-1
/
+1
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
3
-68
/
+0
*
isisd: fix coverity SA warning
Mark Stapp
2021-03-26
1
-0
/
+2
*
isisd: Prevent OOM crash in isis
Donald Sharp
2021-03-25
1
-38
/
+88
*
Merge pull request #8250 from idryzhov/fix-nb-running-get-entry
Renato Westphal
2021-03-24
1
-1
/
+1
|
\
|
*
*: fix aborts when validating configuration
Igor Ryzhov
2021-03-16
1
-1
/
+1
*
|
Merge pull request #8325 from idryzhov/fix-ip-router-isis
David Lamparter
2021-03-24
1
-1
/
+1
|
\
\
|
*
|
isisd: fix extra space after "ip router isis"
Igor Ryzhov
2021-03-24
1
-1
/
+1
*
|
|
isisd: kill isis_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
21
-131
/
+65
|
/
/
*
|
Merge pull request #8301 from donaldsharp/isis_spacing
David Lamparter
2021-03-22
1
-5
/
+5
|
\
\
|
*
|
isisd: Fix extra space after `router isis FOO`
Donald Sharp
2021-03-21
1
-5
/
+5
*
|
|
Merge pull request #8298 from donaldsharp/isis_spelling
David Lamparter
2021-03-22
1
-1
/
+1
|
\
\
\
|
*
|
|
isisd: Fix spelling mistake
Donald Sharp
2021-03-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
23
-91
/
+95
|
\
\
\
|
*
|
|
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
2
-4
/
+8
|
*
|
|
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
4
-8
/
+8
|
*
|
|
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
4
-6
/
+6
|
*
|
|
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
8
-14
/
+14
|
*
|
|
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
9
-58
/
+58
|
*
|
|
snmp: change -std=gnu99 to -std=gnu11
David Lamparter
2021-03-17
1
-1
/
+1
*
|
|
|
Merge pull request #8282 from volta-networks/fix_isisd_bfd_ipv4
Donald Sharp
2021-03-21
3
-25
/
+79
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
isisd: add debug logs to troubleshoot BFD issues
Emanuele Di Pascale
2021-03-18
1
-10
/
+57
|
*
|
|
isisd: fix BFD session when IPv6 not configured
Emanuele Di Pascale
2021-03-18
3
-15
/
+22
|
|
/
/
[next]