summaryrefslogtreecommitdiffstats
path: root/proto/bgp/packets.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-25 23:58:17 +0200
committerMartin Mares <mj@ucw.cz>2000-04-25 23:58:17 +0200
commit42532f084640645cfde9af7c0aa69a36b1de91ad (patch)
tree805e4266eefc9c8b1bddf84fcceda7980095847c /proto/bgp/packets.c
parent41b26cfb552a4a441490779344326ff85819252b (diff)
downloadbird-42532f084640645cfde9af7c0aa69a36b1de91ad.tar
bird-42532f084640645cfde9af7c0aa69a36b1de91ad.zip
Support dynamic reconfiguration.
Diffstat (limited to 'proto/bgp/packets.c')
-rw-r--r--proto/bgp/packets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c
index 2f25a30..d17491b 100644
--- a/proto/bgp/packets.c
+++ b/proto/bgp/packets.c
@@ -326,7 +326,6 @@ bgp_rx_open(struct bgp_conn *conn, byte *pkt, int len)
prefix = ipa_and(prefix, ipa_mkmask(b)); \
pxlen = b; \
} while (0)
-/* FIXME: Check validity of prefixes */
static void
bgp_rx_update(struct bgp_conn *conn, byte *pkt, int len)
@@ -440,6 +439,7 @@ bgp_log_error(struct bgp_proto *p, char *msg, unsigned code, unsigned subcode, b
byte *t, argbuf[36];
unsigned i;
+ /* FIXME: Printing of cease messages */
bsprintf(namebuf, "%d.%d", code, subcode);
name = namebuf;
for (i=0; i < ARRAY_SIZE(bgp_msg_table); i++)