0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

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 put_as put_u32
#define get_as get_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 * struct adata *
as_path_prepend(struct linpool *pool, struct adata *olda, u32 as) as_path_prepend(struct linpool *pool, struct adata *olda, u32 as)