diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-10 16:45:00 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-10 16:45:00 +0200 |
commit | 73e03bce66e3e8d167f00813d942ef35bfd105e2 (patch) | |
tree | dbe69c91525bf015f79765aa39a3206c85503cb9 /nest | |
parent | ae8f5584990ce3bfb5b0bec2f7a1c052e45860df (diff) | |
download | bird-73e03bce66e3e8d167f00813d942ef35bfd105e2.tar bird-73e03bce66e3e8d167f00813d942ef35bfd105e2.zip |
As usuall, most important info was missing.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 2f293c0..e60e510 100644 --- a/nest/route.h +++ b/nest/route.h @@ -301,7 +301,7 @@ typedef struct eattr { #define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */ struct adata { - unsigned int length; + unsigned int length; /* Only size of actuall data, not including length field */ byte data[0]; }; |