summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-07-22 22:21:25 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-07-22 22:21:25 +0200
commit514665b900c8f15b0f33ecaecddaaf1f3c0250df (patch)
treecea407e76f0817f436f4343b41ae58ece15b13c2 /ripd
parentCleanup of missing NEXTHOP_FORCE_SELF (diff)
downloadfrr-514665b900c8f15b0f33ecaecddaaf1f3c0250df.tar.xz
frr-514665b900c8f15b0f33ecaecddaaf1f3c0250df.zip
Some more missing changes
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index 0fc2fd375..45b07b9cb 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -49,7 +49,7 @@
#define RIP_RTE_SIZE 20
/* Max count of routing table entry in one rip packet. */
-#define RIP_MAX_RTE ((RIP_PACKET_MAXSIZ - RIP_HEADER_SIZE) / RIP_RTE_SIZE)
+#define RIP_MAX_RTE 25
/* RIP version 2 multicast address. */
#ifndef INADDR_RIP_GROUP