diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-22 12:29:02 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-22 12:29:02 +0100 |
commit | 89647357af0d8507652f257f1e8f5679fe9a7078 (patch) | |
tree | a3c9fda260c043641308be0efe8f0777c511c5c7 /proto/ospf | |
parent | c47d037ecb5b9c835700b152eed7589409a2e42f (diff) |
NEWS and version update.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/lsalib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 538a7303..bcf7bcdd 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -512,7 +512,6 @@ lsa_validate(struct ospf_lsa_header *lsa, void *body) * @lsa: LSA header * @domain: domain of LSA * @body: pointer to LSA body - * * This function ensures installing new LSA into LSA database. Old instance is * replaced. Several actions are taken to detect if new routing table |