diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-20 22:54:22 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-20 22:54:22 +0000 |
commit | 7787ace61ae41060e599ce52e8f0017750d350da (patch) | |
tree | e2a4f75bd202e775addc58849b45e059d1926284 /proto/bgp/attrs.c | |
parent | 9bc6ab404190db53c9c9dbc183f6fc6fa3e704fb (diff) |
Synced to draft-ietf-idr-bgp4-09.
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r-- | proto/bgp/attrs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index f008b350..fa2649c5 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -6,6 +6,9 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ +/* FIXME: Latest draft says that LOCAL_PREF is mandatory for iBGP */ +/* FIXME: Mandatory attributes may be missing in messages that don't contain NLRI */ + #define LOCAL_DEBUG #include <stdlib.h> |