summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/ripd.c')
-rw-r--r--ripd/ripd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index eed1956f8..0f88a6cb0 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -2167,7 +2167,7 @@ rip_output_process (struct connected *ifc, struct sockaddr_in *to,
/* Reset stream and RTE counter. */
stream_reset (s);
- rtemax = (RIP_PACKET_MAXSIZ - 4) / 20;
+ rtemax = RIP_MAX_RTE;
/* Get RIP interface. */
ri = ifc->ifp->info;