From 7f704c06d86c58985e964e05df57d14b92e0cd05 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 Apr 2000 11:07:57 +0000 Subject: Cleanup in preparation for ipv6. --- proto/rip/rip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.h') 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 { -- cgit v1.2.3