index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripd
/
rip_northbound.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ripd: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+1
*
ripd, ripngd: fix OpenBSD compiler warning
David Lamparter
2019-06-13
1
-2
/
+2
*
*: fix northbound initializer warning on OpenBSD
David Lamparter
2019-06-13
1
-94
/
+190
*
lib: rework management of user pointers in the northbound layer
Renato Westphal
2019-04-18
1
-54
/
+54
*
Merge pull request #3548 from opensourcerouting/rip-vrf
Donald Sharp
2019-04-05
1
-164
/
+348
|
\
|
*
lib, ripd, ripngd: rename remaining delete northbound callbacks
Renato Westphal
2019-03-29
1
-47
/
+47
|
*
Merge remote-tracking branch 'frr/master' into rip-vrf
Renato Westphal
2019-03-29
1
-16
/
+16
|
|
\
|
*
|
ripd, ripngd: change how we keep track of redistribution configuration
Renato Westphal
2019-01-18
1
-13
/
+35
|
*
|
ripd: add vrf input parameter to the "clear-rip-route" RPC
Renato Westphal
2019-01-18
1
-9
/
+32
|
*
|
ripd: make YANG operational-data VRF aware too
Renato Westphal
2019-01-18
1
-84
/
+106
|
*
|
ripd: add VRF support
Renato Westphal
2019-01-18
1
-4
/
+21
|
*
|
ripd: remove the rip global variable
Renato Westphal
2019-01-18
1
-26
/
+120
|
*
|
ripd: move "rip_distance_table" to the rip structure
Renato Westphal
2019-01-18
1
-4
/
+1
|
*
|
ripd: move "peer_list" to the rip structure
Renato Westphal
2019-01-18
1
-2
/
+8
|
*
|
ripd, ripngd: fix null pointer dereference in YANG RPCs
Renato Westphal
2019-01-18
1
-0
/
+3
*
|
|
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
|
|
/
|
/
|
*
|
libs, daemons: changes to permit c++ compilation
Mark Stapp
2019-02-11
1
-16
/
+16
|
/
*
ripd: fix minor issues from the northbound conversion
Renato Westphal
2018-12-03
1
-4
/
+8
*
Merge pull request #3342 from opensourcerouting/nb-operational-data
Russ White
2018-11-29
1
-23
/
+36
|
\
|
*
ripd: fix operational-data northbound callbacks
Renato Westphal
2018-11-26
1
-12
/
+23
|
*
lib, tests: major rework in the operational-data callbacks
Renato Westphal
2018-11-26
1
-5
/
+8
|
*
lib: don't fetch schema information when creating yang_data structures
Renato Westphal
2018-11-26
1
-6
/
+5
*
|
lib: make yang_dnode_get_entry() more flexible
Renato Westphal
2018-11-26
1
-18
/
+18
|
/
*
ripd: implement two YANG notifications
Renato Westphal
2018-10-27
1
-0
/
+38
*
ripd: implement the 'clear-rip-route' YANG RPC
Renato Westphal
2018-10-27
1
-1
/
+34
*
ripd: implement northbound callbacks to fetch route information
Renato Westphal
2018-10-27
1
-13
/
+59
*
ripd: implement northbound callbacks to fetch neighbor information
Renato Westphal
2018-10-27
1
-12
/
+30
*
ripd: retrofit all RIP interface commands to the new northbound model
Renato Westphal
2018-10-27
1
-11
/
+127
*
ripd: retrofit the 'version' command to the new northbound model
Renato Westphal
2018-10-27
1
-2
/
+14
*
ripd: retrofit the 'timer basic' command to the new northbound model
Renato Westphal
2018-10-27
1
-3
/
+29
*
ripd: retrofit the 'route' command to the new northbound model
Renato Westphal
2018-10-27
1
-2
/
+23
*
ripd: retrofit the 'redistribute' commands to the new northbound model
Renato Westphal
2018-10-27
1
-6
/
+69
*
ripd: retrofit the 'passive-interface' command to the new northbound model
Renato Westphal
2018-10-27
1
-9
/
+41
*
ripd: retrofit the 'offset-list' command to the new northbound model
Renato Westphal
2018-10-27
1
-4
/
+57
*
ripd: retrofit the 'network' command to the new northbound model
Renato Westphal
2018-10-27
1
-8
/
+34
*
ripd: retrofit the 'neighbor' command to the new northbound model
Renato Westphal
2018-10-27
1
-4
/
+21
*
ripd: retrofit the 'distance source' commands to the new northbound model
Renato Westphal
2018-10-27
1
-5
/
+70
*
ripd: retrofit the 'distance' command to the new northbound model
Renato Westphal
2018-10-27
1
-1
/
+6
*
ripd: retrofit the 'default-metric' command to the new northbound model
Renato Westphal
2018-10-27
1
-1
/
+7
*
ripd: retrofit the 'default-information' command to the new northbound model
Renato Westphal
2018-10-27
1
-1
/
+23
*
ripd: retrofit the 'allow-ecmp' command to the new northbound model
Renato Westphal
2018-10-27
1
-1
/
+8
*
ripd: retrofit the 'router rip' command to the new northbound model
Renato Westphal
2018-10-27
1
-2
/
+27
*
yang, ripd: add 'frr-ripd.yang' and associated stub callbacks
Renato Westphal
2018-10-27
1
-0
/
+896