diff options
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 |