summaryrefslogtreecommitdiffstats
path: root/proto/bgp/packets.c
diff options
context:
space:
mode:
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 1841205..ce3d71e 100644
--- a/proto/bgp/packets.c
+++ b/proto/bgp/packets.c
@@ -252,7 +252,7 @@ bgp_create_update(struct bgp_conn *conn, byte *buf)
*tmp++ = 0;
*tmp++ = BGP_AF_IPV6;
*tmp++ = 1;
- ea->attrs[0].u.ptr->length = bgp_encode_prefixes(p, tmp, buck, remains-11);
+ ea->attrs[0].u.ptr->length = 3 + bgp_encode_prefixes(p, tmp, buck, remains-11);
size = bgp_encode_attrs(p, w, ea, remains);
ASSERT(size >= 0);
w += size;