index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ripd: reduce excessive indentation in a few places
Renato Westphal
2018-10-27
1
-54
/
+47
*
ripd: remove vty configuration lock
Renato Westphal
2018-10-27
1
-0
/
+2
*
ripd: fix SIGHUP handling
Renato Westphal
2018-10-27
3
-30
/
+0
*
ripd: fix memory leaks when interfaces are deleted
Renato Westphal
2018-10-27
1
-0
/
+1
*
ripd: retrofit all RIP interface commands to the new northbound model
Renato Westphal
2018-10-27
5
-564
/
+634
*
ripd: no need to use qobj anymore to keep track of "router rip"
Renato Westphal
2018-10-27
2
-10
/
+0
*
ripd: retrofit the 'version' command to the new northbound model
Renato Westphal
2018-10-27
4
-43
/
+84
*
ripd: retrofit the 'timer basic' command to the new northbound model
Renato Westphal
2018-10-27
5
-97
/
+113
*
ripd: retrofit the 'route' command to the new northbound model
Renato Westphal
2018-10-27
5
-99
/
+53
*
ripd: retrofit the 'redistribute' commands to the new northbound model
Renato Westphal
2018-10-27
7
-390
/
+172
*
ripd: retrofit the 'passive-interface' command to the new northbound model
Renato Westphal
2018-10-27
6
-79
/
+156
*
ripd: retrofit the 'offset-list' command to the new northbound model
Renato Westphal
2018-10-27
6
-281
/
+189
*
ripd: retrofit the 'network' command to the new northbound model
Renato Westphal
2018-10-27
6
-83
/
+113
*
ripd: retrofit the 'neighbor' command to the new northbound model
Renato Westphal
2018-10-27
5
-59
/
+60
*
ripd: retrofit the 'distance source' commands to the new northbound model
Renato Westphal
2018-10-27
5
-168
/
+159
*
ripd: retrofit the 'distance' command to the new northbound model
Renato Westphal
2018-10-27
4
-30
/
+55
*
ripd: retrofit the 'default-metric' command to the new northbound model
Renato Westphal
2018-10-27
5
-42
/
+58
*
ripd: retrofit the 'default-information' command to the new northbound model
Renato Westphal
2018-10-27
6
-71
/
+58
*
ripd: retrofit the 'allow-ecmp' command to the new northbound model
Renato Westphal
2018-10-27
5
-41
/
+45
*
ripd: retrofit the 'router rip' command to the new northbound model
Renato Westphal
2018-10-27
5
-53
/
+112
*
yang, ripd: add 'frr-ripd.yang' and associated stub callbacks
Renato Westphal
2018-10-27
6
-0
/
+976
*
yang, lib: add 'frr-interface.yang' and associated stub callbacks
Renato Westphal
2018-10-27
1
-0
/
+1
*
*: add empty array of YANG modules
Renato Westphal
2018-10-27
1
-1
/
+5
*
lib: introduce new northbound API
Renato Westphal
2018-10-27
1
-1
/
+1
*
*: spelchek
David Lamparter
2018-10-25
1
-2
/
+2
*
ripd: fix list compare order
David Lamparter
2018-10-23
1
-1
/
+1
*
*: Fixup to use proper list_cmp functions
Donald Sharp
2018-10-19
1
-1
/
+4
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
2
-3
/
+3
*
*: style for EC replacements
Quentin Young
2018-09-13
2
-11
/
+9
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
2
-2
/
+2
*
ripd: RIP_[ERR|WARN] -> EC_RIP
Quentin Young
2018-09-13
3
-3
/
+3
*
pimd ripd ripngd: variable shadowing fixes
F. Aragon
2018-09-12
2
-7
/
+5
*
build: fix not building docs w/o sphinx
David Lamparter
2018-09-09
1
-1
/
+1
*
*: cleanup .gitignore files
David Lamparter
2018-09-08
1
-15
/
+0
*
build: move vtysh & manpage listings to subdir.am
David Lamparter
2018-09-08
1
-0
/
+9
*
*: add a vrf update hook to be informed of the vrf name
Philippe Guibert
2018-08-28
1
-1
/
+1
*
*: frr_elevate_privs whitespace fixes
David Lamparter
2018-08-14
1
-9
/
+5
*
*: use frr_elevate_privs() (1/2: coccinelle)
David Lamparter
2018-08-14
1
-23
/
+15
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
2
-9
/
+10
*
*: rename ferr_ref -> log_ref
Quentin Young
2018-08-14
2
-3
/
+3
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
2
-7
/
+7
*
*: stop double initialization of ferr
Quentin Young
2018-08-14
1
-2
/
+0
*
*: fix source file headers & includes for errcodes
Quentin Young
2018-08-14
2
-21
/
+22
*
ripd: Add RIP_ERR_XXX to move from zlog_err to zlog_ferr
Donald Sharp
2018-08-14
5
-3
/
+83
*
ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXX
Donald Sharp
2018-08-14
2
-9
/
+17
*
ripd: re-add check for rip_create fail
Quentin Young
2018-08-11
1
-1
/
+8
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-7
/
+1
*
ripd: fix packet sending in authenticate mode
lyq140
2018-08-06
1
-3
/
+2
*
ripd: fix packet sending
lyq140
2018-08-06
1
-0
/
+3
*
Merge pull request #2761 from donaldsharp/rip_memory
Russ White
2018-08-02
3
-24
/
+23
|
\
[next]