From: Martin Mares Date: Mon, 31 May 2004 22:22:21 +0000 (+0000) Subject: Documented the pxlen parameter. X-Git-Tag: v1.2.0~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb68ad2fd34dc6ab8723ae1c9c37f9dc19ed85ea;p=thirdparty%2Fbird.git Documented the pxlen parameter. --- diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 87509979e..cf4a6e086 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -357,6 +357,7 @@ originate_ext_lsa_body(net *n, rte *e, struct proto_ospf *po, struct ea_list *at /** * max_ext_lsa - calculate the maximum amount of external networks * possible for the given prefix length. + * @pxlen: network prefix length * * This is a fix for the previous static use of MAXNETS which did * only work correct if MAXNETS < possible IPs for given prefix.