]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
nest/a-path.c: Fix description of BS constant (block size)
authorPavel Tvrdik <pawel.tvrdik@gmail.com>
Wed, 30 Nov 2016 10:55:33 +0000 (11:55 +0100)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Wed, 30 Nov 2016 10:57:35 +0000 (11:57 +0100)
nest/a-path.c

index bc2216a051749ff61888182410caee295c773b39..158cc93b413fced169afcfb813927a43bef518d5 100644 (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)