diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-11-30 11:55:33 +0100 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-11-30 11:57:35 +0100 |
commit | 0eb7f17d9a5f29ffa8edccf9e2698f3fd70b2f22 (patch) | |
tree | 9b55e430c3f4da688f1984a097f9499ae298121e /nest/a-path.c | |
parent | bd7958776baede8175505aa6813ffa96f3ec43fa (diff) |
nest/a-path.c: Fix description of BS constant (block size)
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |