summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-01 00:22:21 +0200
committerMartin Mares <mj@ucw.cz>2004-06-01 00:22:21 +0200
commitbb68ad2fd34dc6ab8723ae1c9c37f9dc19ed85ea (patch)
tree167fdc5d093b1d2ee6f6dd8a71866f2d82863ae1
parent3810eccf6bc5af413d883fd298d59e0d7bdb96ea (diff)
downloadbird-bb68ad2fd34dc6ab8723ae1c9c37f9dc19ed85ea.tar
bird-bb68ad2fd34dc6ab8723ae1c9c37f9dc19ed85ea.zip
Documented the pxlen parameter.
-rw-r--r--proto/ospf/topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c
index 8750997..cf4a6e0 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.