index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripd
/
rip_interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ripd: Add vrf name to debug output
Donald Sharp
2020-02-14
1
-14
/
+29
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-21
/
+1
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-18
/
+1
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-15
/
+1
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-9
/
+1
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+22
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-10
/
+6
*
Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2
Donald Sharp
2019-06-22
1
-6
/
+10
|
\
|
*
*: change interface structure, from vrf_id to vrf
Philippe Guibert
2019-06-12
1
-5
/
+6
|
*
lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...
Philippe Guibert
2019-06-12
1
-1
/
+4
*
|
ripd: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-0
/
+2
|
/
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-14
/
+7
*
Merge pull request #3548 from opensourcerouting/rip-vrf
Donald Sharp
2019-04-05
1
-136
/
+174
|
\
|
*
ripd: add VRF support
Renato Westphal
2019-01-18
1
-39
/
+77
|
*
ripd: remove the rip global variable
Renato Westphal
2019-01-18
1
-57
/
+77
|
*
ripd: remove dead code
Renato Westphal
2019-01-18
1
-10
/
+0
|
*
ripd: move "Vrip_passive_nondefault" to the rip structure
Renato Westphal
2019-01-18
1
-14
/
+8
|
*
ripd: move "rip_enable_network" to the rip structure
Renato Westphal
2019-01-18
1
-14
/
+11
|
*
ripd: move "rip_enable_interface" to the rip structure
Renato Westphal
2019-01-18
1
-15
/
+14
*
|
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
|
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-3
/
+3
|
/
*
ripd: remove leftovers from the old sighup handler
Renato Westphal
2018-12-03
1
-9
/
+0
*
ripd: reduce excessive indentation in a few places
Renato Westphal
2018-10-27
1
-54
/
+47
*
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
1
-550
/
+20
*
ripd: retrofit the 'passive-interface' command to the new northbound model
Renato Westphal
2018-10-27
1
-68
/
+23
*
ripd: retrofit the 'network' command to the new northbound model
Renato Westphal
2018-10-27
1
-72
/
+13
*
ripd: retrofit the 'neighbor' command to the new northbound model
Renato Westphal
2018-10-27
1
-55
/
+7
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
pimd ripd ripngd: variable shadowing fixes
F. Aragon
2018-09-12
1
-5
/
+5
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-3
/
+3
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXX
Donald Sharp
2018-08-14
1
-2
/
+4
*
ripd: Use memory management for interface commands in RIP
Donald Sharp
2018-08-01
1
-24
/
+21
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-8
/
+6
*
ripd: Allow rip_redistribute_add to know the nexthop type
Donald Sharp
2017-11-16
1
-4
/
+14
*
ripd: Convert to using 'struct nexthop' for nexthop information
Donald Sharp
2017-11-16
1
-1
/
+1
*
ripd: Make 'struct zebra_privs_t' available
Donald Sharp
2017-10-24
1
-2
/
+0
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-7
/
+7
*
*: introduce new rb-tree to optimize interface lookup by ifindex
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
Renato Westphal
2017-10-10
1
-4
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-14
/
+14
*
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
*
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
1
-2
/
+2
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-3
/
+1
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-1
/
+3
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1249
/
+1160
[next]