From: Pavel Tvrdik Date: Wed, 30 Nov 2016 10:55:33 +0000 (+0100) Subject: nest/a-path.c: Fix description of BS constant (block size) X-Git-Tag: v2.0.0-pre0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb7f17d9a5f29ffa8edccf9e2698f3fd70b2f22;p=thirdparty%2Fbird.git nest/a-path.c: Fix description of BS constant (block size) --- diff --git a/nest/a-path.c b/nest/a-path.c index bc2216a05..158cc93b4 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)