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
*
build: make clippy Makefile rules nicer
David Lamparter
2020-04-27
1
-2
/
+3
*
build: use VPATH for vtysh_scan
David Lamparter
2020-04-27
1
-3
/
+3
*
Merge pull request #6279 from opensourcerouting/nb-cb-args
Donald Sharp
2020-04-24
4
-515
/
+360
|
\
|
*
*: change the signature of the northbound callbacks to be more flexible
Renato Westphal
2020-04-23
4
-515
/
+360
*
|
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+2
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-2
/
+4
|
/
*
Merge pull request #6247 from FRRouting/nb_conversions
Donald Sharp
2020-04-17
1
-0
/
+1
|
\
|
*
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
*
|
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
3
-0
/
+3
*
|
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
2
-0
/
+2
*
|
*: remove second parameter on install_node()
David Lamparter
2020-04-16
3
-3
/
+9
*
|
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
3
-3
/
+0
*
|
*: clean up cmd_node initializers
David Lamparter
2020-04-16
3
-5
/
+13
|
/
*
lib, *: add a common time interval formatting api
Mark Stapp
2020-03-09
1
-12
/
+3
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
3
-3
/
+3
*
Merge pull request #5916 from mjstapp/fix_gmtime
Quentin Young
2020-03-05
2
-13
/
+13
|
\
|
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
2
-13
/
+13
*
|
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-1
/
+1
|
/
*
ripd: Add vrf name to debug output
Donald Sharp
2020-02-14
1
-14
/
+29
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-4
/
+0
*
Merge pull request #5763 from ton31337/fix/return_without_parent
Renato Westphal
2020-02-10
1
-1
/
+1
|
\
|
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
|
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
2
-15
/
+23
*
|
Merge pull request #5104 from opensourcerouting/route-map-nbv2
Donald Sharp
2020-02-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
*: fix route map integration
Rafael Zalamena
2020-02-04
1
-0
/
+2
*
|
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-2
/
+1
*
|
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
|
/
*
doc: rename man pages to frr-*
David Lamparter
2020-01-15
1
-1
/
+1
*
ripd: Fix redistribute/no redistribute rinse repeate commands
Donald Sharp
2020-01-01
1
-2
/
+2
*
ripd, ripngd: Free up list after call into nb_cli_rpc
Donald Sharp
2019-12-13
1
-1
/
+6
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-1
/
+0
*
*: make frr_yang_module_info const
David Lamparter
2019-11-30
1
-1
/
+1
*
*: make all route_map_rule_cmd const
David Lamparter
2019-11-30
1
-31
/
+62
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
ripd: split northbound callbacks into multiple files
Renato Westphal
2019-10-30
13
-1920
/
+2205
*
*: strip trailing whitespace
Quentin Young
2019-09-30
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
2
-22
/
+1
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
2
-19
/
+1
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
2
-16
/
+1
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
2
-10
/
+1
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+22
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-11
/
+7
*
Merge pull request #4564 from pguibert6WIND/misc_vrf_update_name
Russ White
2019-09-17
1
-1
/
+36
|
\
|
*
ripd: change vrf name with bypassing nb api
Philippe Guibert
2019-08-27
1
-0
/
+35
|
*
ripd: update the default vrf name by registering to callback
Philippe Guibert
2019-08-27
1
-1
/
+1
*
|
*: frr_elevate_privs -> frr_with_privs
David Lamparter
2019-09-03
1
-2
/
+2
|
/
*
ospfd,ripd: Enabling build with openssl
Michal Ruprich
2019-08-08
1
-0
/
+30
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-32
/
+29
*
ripd: fix problems with the "ip rip authentication" command
Renato Westphal
2019-07-02
1
-3
/
+5
[next]