index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib, zebra: Encode nexthop vrf in nht updates
Donald Sharp
2018-11-01
1
-0
/
+1
*
lib: fix fetching enum values for derived types
Emanuele Di Pascale
2018-10-27
1
-1
/
+7
*
lib: retrofit interface commands to the new northbound model
Renato Westphal
2018-10-27
4
-191
/
+340
*
yang, lib: add 'frr-interface.yang' and associated stub callbacks
Renato Westphal
2018-10-27
2
-1
/
+62
*
lib: add a new northbound plugin for Sysrepo
Renato Westphal
2018-10-27
4
-0
/
+914
*
lib: add a new northbound plugin for ConfD
Renato Westphal
2018-10-27
4
-0
/
+1221
*
lib: introduce new northbound API
Renato Westphal
2018-10-27
23
-18
/
+7612
*
Merge pull request #3235 from opensourcerouting/buildfoo-20181024
Lou Berger
2018-10-27
1
-0
/
+1
|
\
|
*
build: make clean and dist consistent
David Lamparter
2018-10-24
1
-0
/
+1
*
|
Merge pull request #3206 from qlyoung/mac-token-change
David Lamparter
2018-10-27
2
-4
/
+4
|
\
\
|
*
|
lib: change M:A:C to X:X:X:X:X:X
Quentin Young
2018-10-24
2
-4
/
+4
|
|
/
*
|
Merge pull request #3237 from donaldsharp/actual_error
David Lamparter
2018-10-26
1
-1
/
+3
|
\
\
|
*
|
lib: If command was successful don't store the command as an error
Donald Sharp
2018-10-25
1
-1
/
+3
|
|
/
*
/
*: spelchek
David Lamparter
2018-10-25
5
-6
/
+6
|
/
*
Merge branch 'pull/3197'
David Lamparter
2018-10-23
11
-25
/
+25
|
\
|
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
11
-25
/
+25
*
|
lib: fix the "no match ipv6 next-hop type" command
Renato Westphal
2018-10-20
1
-1
/
+2
|
/
*
Merge pull request #3163 from donaldsharp/more_vty_errors
David Lamparter
2018-10-19
4
-16
/
+41
|
\
|
*
lib, vtysh: Allow notification across multiple lines of failure
Donald Sharp
2018-10-11
4
-16
/
+41
*
|
lib: add libunwind support for backtraces
David Lamparter
2018-10-18
2
-7
/
+76
*
|
Merge pull request #3024 from ton31337/fix/validate_route-map
Russ White
2018-10-14
2
-0
/
+15
|
\
\
|
*
|
bgpd: Check if route-map really exists before applying to the peer
Donatas Abraitis
2018-10-11
2
-0
/
+15
|
|
/
*
/
lib, zebra: Allow the specification of BUM flooding
Donald Sharp
2018-10-12
3
-0
/
+11
|
/
*
Merge pull request #3098 from opensourcerouting/watchfrr-delay
Quentin Young
2018-10-04
2
-18
/
+46
|
\
|
*
watchfrr, lib: cleanup & delay detaching
David Lamparter
2018-10-02
2
-18
/
+46
*
|
Merge pull request #3128 from donaldsharp/cpp_notice_build_failure
David Lamparter
2018-10-04
1
-0
/
+6
|
\
\
|
*
|
lib: Include compiler.h as early as is possible in the build
Donald Sharp
2018-10-03
1
-0
/
+6
*
|
|
Merge pull request #3087 from opensourcerouting/bfd-memleak
Quentin Young
2018-10-04
1
-28
/
+45
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: refactor thread_execute
Rafael Zalamena
2018-10-03
1
-17
/
+19
|
*
|
lib: fix a memory leak in FreeBSD
Rafael Zalamena
2018-10-03
1
-11
/
+26
*
|
|
Merge pull request #3120 from opensourcerouting/remove-list-delete
Lou Berger
2018-10-02
15
-61
/
+26
|
\
\
\
|
*
|
|
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
15
-26
/
+26
|
*
|
|
lib: remove deprecated list_delete()/list_free()
David Lamparter
2018-10-02
2
-35
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3116 from opensourcerouting/libfrr-exec
Lou Berger
2018-10-02
2
-1
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lib: print version information in libfrr.so
David Lamparter
2018-10-02
2
-1
/
+23
|
|
/
*
|
Merge pull request #3102 from ton31337/feature/match_blackhole_nexthops
David Lamparter
2018-10-02
2
-0
/
+153
|
\
\
|
*
|
bgpd: Match routes by type under route-maps
Donatas Abraitis
2018-10-02
2
-0
/
+153
*
|
|
build: add --enable-static-bin option
David Lamparter
2018-10-01
1
-2
/
+13
|
|
/
|
/
|
*
|
Merge pull request #3106 from pacovn/Coverity_1446184_Copy-paste_error
David Lamparter
2018-10-01
1
-1
/
+1
|
\
\
|
*
|
lib: RB-tree copy-paste error (Coverity 1446184)
F. Aragon
2018-09-28
1
-1
/
+1
*
|
|
Merge pull request #3034 from donaldsharp/LUA
David Lamparter
2018-10-01
3
-0
/
+211
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lua: Initial Lua import
Donald Sharp
2018-09-27
3
-0
/
+211
|
|
/
*
/
lib: Allow some usage statistics for route-maps
Donald Sharp
2018-09-25
2
-3
/
+15
|
/
*
Merge pull request #3081 from donaldsharp/table_table_table
Renato Westphal
2018-09-25
5
-8
/
+18
|
\
|
*
bgpd, lib, zebra: Wrapper get/set of table->info pointer
Donald Sharp
2018-09-24
5
-8
/
+18
*
|
Merge pull request #3064 from NaveenThanikachalam/3049
Russ White
2018-09-24
1
-1
/
+12
|
\
\
|
*
|
lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is ex...
Naveen Thanikachalam
2018-09-21
1
-1
/
+12
*
|
|
Merge pull request #3073 from donaldsharp/pid_cleanup
Russ White
2018-09-24
2
-32
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
lib: When we can't lock the pid file provide a meaningfull message
Donald Sharp
2018-09-22
1
-1
/
+1
|
*
|
Revert "lib: Ensure FRR detects running of the second instance of a FRR daemo...
Donald Sharp
2018-09-22
1
-31
/
+0
[next]