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: fix vertex queue comparator
Christian Franke
2017-10-02
1
-1
/
+1
*
isisd: ensure fragments get always linked
Christian Franke
2017-09-23
1
-13
/
+27
*
isisd: cleanup unused variables
Christian Franke
2017-09-23
1
-4
/
+0
*
isisd: always trigger spf run asynchronously
Christian Franke
2017-09-23
1
-16
/
+12
*
isisd: use only one IP of neighbor as nexthop
Christian Franke
2017-09-23
1
-6
/
+2
*
Merge pull request #1222 from opensourcerouting/isis-spf-improvements
Donald Sharp
2017-09-23
1
-85
/
+103
|
\
|
*
isisd: SPF doesn't need to maintain children
Christian Franke
2017-09-22
1
-20
/
+0
|
*
isisd: use skiplist to implement ordered list for SPF
Christian Franke
2017-09-22
1
-65
/
+103
*
|
Merge pull request #1215 from opensourcerouting/zapi_nexthops
Donald Sharp
2017-09-22
1
-0
/
+4
|
\
\
|
*
|
*: fix segfault when sending more than MULTIPATH_NUM nexthops
Renato Westphal
2017-09-21
1
-0
/
+4
|
|
/
*
/
isisd: Don't corrupt generated LSPs if information exceeds capacity
Christian Franke
2017-09-22
1
-0
/
+11
|
/
*
isisd: generate unique circuit ids
Christian Franke
2017-09-20
4
-37
/
+42
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-8
/
+4
*
*: make all daemons call frr_fini() on exit
Renato Westphal
2017-09-12
1
-0
/
+2
*
Merge pull request #1020 from opensourcerouting/ferr
Donald Sharp
2017-09-05
3
-100
/
+70
|
\
|
*
isisd: use ferr_* functions
David Lamparter
2017-08-28
3
-100
/
+70
*
|
Merge pull request #1086 from donaldsharp/zebra_import
Renato Westphal
2017-09-04
1
-15
/
+4
|
\
\
|
*
|
*: Cleanup multiple is_default... code
Donald Sharp
2017-08-31
1
-15
/
+4
*
|
|
isisd: cleanup output of show isis topology
Christian Franke
2017-09-01
1
-40
/
+47
|
/
/
*
|
Merge pull request #1056 from opensourcerouting/oldbits-0
Donald Sharp
2017-08-29
1
-2
/
+2
|
\
\
|
*
|
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
|
|
/
*
|
Merge pull request #998 from mkanjari/dev-master
David Lamparter
2017-08-29
5
-25
/
+6
|
\
\
|
*
|
Merge branch 'master' into dev-master
Mitesh Kanjariya
2017-08-29
6
-433
/
+155
|
|
\
|
|
*
|
lib: new APIs for get/set system hostname/domainname
Mitesh Kanjariya
2017-08-29
4
-6
/
+6
|
*
|
lib/bgpd: provide/use API to get hostname/domainname
Mitesh Kanjariya
2017-08-25
5
-25
/
+6
*
|
|
Merge pull request #1072 from opensourcerouting/isisd-fix-confusion-purge
Donald Sharp
2017-08-29
1
-13
/
+20
|
\
\
\
|
*
|
|
isisd: keep original TLVs when purging in response to confusion
Christian Franke
2017-08-29
1
-13
/
+20
|
|
|
/
|
|
/
|
*
/
|
isisd: guard SPF warning by debug flag
Christian Franke
2017-08-29
1
-2
/
+2
|
/
/
*
|
isisd: bpf: ETHER_HDR_LEN -> ETH_ALEN
David Lamparter
2017-08-26
1
-16
/
+16
*
|
*: fix compiler warnings
David Lamparter
2017-08-26
1
-2
/
+2
*
|
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
1
-107
/
+15
*
|
isisd: unify ipv4/ipv6 zebra-tx functions
Renato Westphal
2017-08-24
1
-90
/
+39
*
|
isisd: use the new API to send routes to zebra
Renato Westphal
2017-08-23
1
-167
/
+51
*
|
*: remove leftovers from "router zebra"
Renato Westphal
2017-08-23
1
-16
/
+0
*
|
vnc/eigrpd/isisd: check for the correct message types
Renato Westphal
2017-08-23
1
-2
/
+2
*
|
*: reduce excessive indentation in a few places
Renato Westphal
2017-08-23
1
-66
/
+64
*
|
isisd: return proper error codes in some commands
Renato Westphal
2017-08-22
2
-54
/
+54
*
|
Merge pull request #1009 from donaldsharp/show_cmds
David Lamparter
2017-08-21
1
-9
/
+10
|
\
\
|
*
|
*: Add 'show debugging' command from vtysh
Donald Sharp
2017-08-21
1
-9
/
+10
*
|
|
Merge pull request #929 from opensourcerouting/hooks-doc-irdp
Donald Sharp
2017-08-21
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
1
-2
/
+2
|
|
/
*
/
isisd: Remove unused version
Donald Sharp
2017-08-20
1
-2
/
+0
|
/
*
isisd: always link fragments to fragment #0, even when learned by CSNP
Christian Franke
2017-08-11
3
-24
/
+39
*
Merge pull request #911 from opensourcerouting/non-recursive-2
Donald Sharp
2017-08-09
4
-40
/
+82
|
\
|
*
build: non-recursive isisd
David Lamparter
2017-08-04
4
-40
/
+82
*
|
*: Define the number of seconds in a Day, Week and year
Donald Sharp
2017-08-08
1
-2
/
+0
*
|
Merge pull request #899 from donaldsharp/ETH_ALEN
David Lamparter
2017-08-05
4
-13
/
+6
|
\
\
|
*
|
isisd: Convert to using prefix.h ETH_ALEN
Donald Sharp
2017-08-04
4
-13
/
+6
*
|
|
isisd: don't validate dict integrity for regular builds
Christian Franke
2017-08-04
2
-1
/
+7
|
/
/
*
|
isisd: Use a hashtable to speed up lookups during SPF
Christian Franke
2017-08-03
1
-95
/
+179
[next]