summaryrefslogtreecommitdiffstats
path: root/proto/bgp/attrs.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-21 00:54:22 +0200
committerMartin Mares <mj@ucw.cz>2000-04-21 00:54:22 +0200
commit7787ace61ae41060e599ce52e8f0017750d350da (patch)
treee2a4f75bd202e775addc58849b45e059d1926284 /proto/bgp/attrs.c
parent9bc6ab404190db53c9c9dbc183f6fc6fa3e704fb (diff)
downloadbird-7787ace61ae41060e599ce52e8f0017750d350da.tar
bird-7787ace61ae41060e599ce52e8f0017750d350da.zip
Synced to draft-ietf-idr-bgp4-09.
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r--proto/bgp/attrs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c
index f008b35..fa2649c 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>