summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 96c5646..90f9beb 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -92,7 +92,7 @@ struct rip_entry {
struct rip_packet {
struct rip_packet_heading heading;
- struct rip_block block[25];
+ struct rip_block block[PACKET_MAX];
};
struct rip_interface {