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: Intentionally ignore return from rip_send_packet
Donald Sharp
2018-06-05
1
-1
/
+1
*
build: append -std=gnu99 after SNMP_CFLAGS
Renato Westphal
2018-06-03
1
-1
/
+1
*
*: remove -r from daemons except zebra
Quentin Young
2018-05-21
1
-11
/
+18
*
ripd: rip_snmp.c - Remove not needed check
Ilya Shipitsin
2018-04-11
1
-1
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
8
-111
/
+111
*
ripd: considering a interface with 2 or more IP
lyq140
2018-03-21
1
-9
/
+27
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
5
-38
/
+28
*
Merge pull request #1701 from donaldsharp/zapi_vrf_label
Martin Winter
2018-02-14
1
-1
/
+1
|
\
|
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-1
/
+1
*
|
ripd: Fix crash when ip rip split-horizon poisoned-reverse is configed
Donald Sharp
2018-02-07
1
-4
/
+6
|
/
*
*: Send/receive the nexthop vrf_id
Donald Sharp
2018-01-12
1
-0
/
+1
*
*: Remove cvs control points
Donald Sharp
2017-12-05
1
-2
/
+0
*
*: Make zapi route install Notifications optional
Donald Sharp
2017-11-27
1
-1
/
+1
*
ripd: Fix SA issues
Donald Sharp
2017-11-16
1
-2
/
+2
*
ripd: Fix spelling mistake in debug
Donald Sharp
2017-11-16
1
-1
/
+1
*
ripd: Allow rip_redistribute_add to know the nexthop type
Donald Sharp
2017-11-16
4
-34
/
+61
*
ripd: Convert to using 'struct nexthop' for nexthop information
Donald Sharp
2017-11-16
5
-27
/
+30
*
*: Modify zclient_init to require privs data
Donald Sharp
2017-10-24
1
-1
/
+1
*
ripd: Make 'struct zebra_privs_t' available
Donald Sharp
2017-10-24
3
-5
/
+2
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
2
-13
/
+13
*
*: 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
2
-26
/
+26
*
*: use argv[]->text instead of argv[]->arg when appropriate
Renato Westphal
2017-10-06
1
-12
/
+4
*
*: Convert list_free usage to list_delete
Donald Sharp
2017-10-05
1
-2
/
+1
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
2
-2
/
+2
*
Merge pull request #1215 from opensourcerouting/zapi_nexthops
Donald Sharp
2017-09-22
1
-0
/
+2
|
\
|
*
*: fix segfault when sending more than MULTIPATH_NUM nexthops
Renato Westphal
2017-09-21
1
-0
/
+2
*
|
ripd: Free leaked memory on shutdown
Donald Sharp
2017-09-21
1
-0
/
+1
|
/
*
*: make all daemons call frr_fini() on exit
Renato Westphal
2017-09-12
1
-0
/
+1
*
ripd: Fix warning about metric value less than 0
Donald Sharp
2017-09-05
1
-2
/
+1
*
Merge pull request #1075 from donaldsharp/rip_metric
David Lamparter
2017-09-05
1
-16
/
+25
|
\
|
*
lib, ospfd, ripd, ripngd: Fix 'set metric'
Donald Sharp
2017-08-29
1
-16
/
+25
*
|
Merge pull request #1078 from dwalton76/ospfd-network-cmd-warning
Renato Westphal
2017-08-31
1
-3
/
+3
|
\
\
|
*
|
*: return CMD_WARNING if command was already configured
Daniel Walton
2017-08-31
1
-3
/
+3
|
|
/
*
|
Merge pull request #1044 from donaldsharp/combination
Jafar Al-Gharaibeh
2017-08-31
1
-0
/
+1
|
\
\
|
*
|
*: fix assorted issues detected by Coverity Scan
Renato Westphal
2017-08-25
1
-0
/
+1
|
|
/
*
/
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
|
/
*
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
1
-52
/
+19
*
ripd/ripngd: use the new API to send routes to zebra
Renato Westphal
2017-08-23
1
-22
/
+14
*
*: remove leftovers from "router zebra"
Renato Westphal
2017-08-23
1
-53
/
+0
*
*: reduce excessive indentation in a few places
Renato Westphal
2017-08-23
1
-91
/
+88
*
Merge pull request #1009 from donaldsharp/show_cmds
David Lamparter
2017-08-21
1
-6
/
+6
|
\
|
*
*: Add 'show debugging' command from vtysh
Donald Sharp
2017-08-21
1
-6
/
+6
*
|
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
1
-2
/
+2
|
/
*
Merge pull request #911 from opensourcerouting/non-recursive-2
Donald Sharp
2017-08-09
4
-40
/
+53
|
\
|
*
build: non-recursive ripd & ripngd
David Lamparter
2017-08-04
4
-40
/
+53
*
|
*: Define the number of seconds in a Day, Week and year
Donald Sharp
2017-08-08
1
-4
/
+0
|
/
*
ripd: Fix debug config failures
Donald Sharp
2017-07-24
1
-3
/
+3
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
4
-13
/
+7
[next]