nest/a-path.c: Fix description of BS constant (block size)
This commit is contained in:
parent
bd7958776b
commit
0eb7f17d9a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue