diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-06 16:57:20 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-06 16:57:20 +0100 |
commit | 0c75411bec2f4e37bfdb4c7162631a22898052c1 (patch) | |
tree | 2aaa7015413e125adbe6da44d5699a672685b158 /nest | |
parent | cf31112f0d7618464097f71228f84bd534f1bc0f (diff) | |
download | bird-0c75411bec2f4e37bfdb4c7162631a22898052c1.tar bird-0c75411bec2f4e37bfdb4c7162631a22898052c1.zip |
NEWS, version and documentation update.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/mrtdump.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nest/mrtdump.h b/nest/mrtdump.h index 8638804..7393255 100644 --- a/nest/mrtdump.h +++ b/nest/mrtdump.h @@ -1,5 +1,5 @@ /* - * BIRD -- Password handling + * BIRD -- MRTdump handling * * * Can be freely distributed and used under the terms of the GNU GPL. @@ -13,8 +13,12 @@ #define MRTDUMP_HDR_LENGTH 12 +/* MRTdump types */ + #define BGP4MP 16 +/* MRTdump subtypes */ + #define BGP4MP_MESSAGE 1 #define BGP4MP_MESSAGE_AS4 4 #define BGP4MP_STATE_CHANGE_AS4 5 |