summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-26 13:07:57 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-26 13:07:57 +0200
commit7f704c06d86c58985e964e05df57d14b92e0cd05 (patch)
tree5689376249201d2268ec0cc0a92c59c1cd992178 /proto/rip/rip.h
parentb0c9c21c2926921843bbbade72e65831280906a8 (diff)
downloadbird-7f704c06d86c58985e964e05df57d14b92e0cd05.tar
bird-7f704c06d86c58985e964e05df57d14b92e0cd05.zip
Cleanup in preparation for ipv6.
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 {