diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:07:57 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:07:57 +0000 |
commit | 7f704c06d86c58985e964e05df57d14b92e0cd05 (patch) | |
tree | 5689376249201d2268ec0cc0a92c59c1cd992178 /proto/rip/rip.h | |
parent | b0c9c21c2926921843bbbade72e65831280906a8 (diff) |
Cleanup in preparation for ipv6.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 96c56465..90f9beb1 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 { |