From 0eb7f17d9a5f29ffa8edccf9e2698f3fd70b2f22 Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Wed, 30 Nov 2016 11:55:33 +0100 Subject: [PATCH] nest/a-path.c: Fix description of BS constant (block size) --- nest/a-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest/a-path.c b/nest/a-path.c index bc2216a0..158cc93b 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -20,7 +20,7 @@ #define put_as put_u32 #define get_as get_u32 -#define BS 4 /* Base (default) size of ASN (autonomous system number) */ +#define BS 4 /* Default block size of ASN (autonomous system number) */ struct adata * as_path_prepend(struct linpool *pool, struct adata *olda, u32 as)