diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 22:21:25 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 22:21:25 +0200 |
commit | 514665b900c8f15b0f33ecaecddaaf1f3c0250df (patch) | |
tree | cea407e76f0817f436f4343b41ae58ece15b13c2 /ripd | |
parent | Cleanup of missing NEXTHOP_FORCE_SELF (diff) | |
download | frr-514665b900c8f15b0f33ecaecddaaf1f3c0250df.tar.xz frr-514665b900c8f15b0f33ecaecddaaf1f3c0250df.zip |
Some more missing changes
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/ripd.h | 2 |
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 |