nest/a-path.c: Fix description of BS constant (block size)

This commit is contained in:
Pavel Tvrdik 2016-11-30 11:55:33 +01:00
parent bd7958776b
commit 0eb7f17d9a

View file

@ -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)