summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-05 17:41:44 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-05 17:41:44 +0200
commit8b79c4ccd597b90222f57eb3dfadeb24f39db7bd (patch)
treed811a8f78ad7b39352446ea5bf03f14f53d92fdf /proto/rip/rip.h
parent98da26a0a0ee9dd8f7030dcaf6f733adf8b8ad2c (diff)
downloadbird-8b79c4ccd597b90222f57eb3dfadeb24f39db7bd.tar
bird-8b79c4ccd597b90222f57eb3dfadeb24f39db7bd.zip
Add safety check.
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 67fd5b0..30002ea 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -52,7 +52,7 @@ struct rip_block { /* 20 bytes */
u32 metric;
};
#else
-struct rip_block { /* IPv6 version! */
+struct rip_block { /* IPv6 version!, 20 bytes, too */
ip_addr network;
u16 tag;
u8 pxlen;