diff options
author | paul <paul> | 2003-04-13 21:42:11 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-13 21:42:11 +0000 |
commit | 645878f10fad10f3503da9103bc57bbd96785947 (patch) | |
tree | 1dad7dcf36c3bccd34c6cba4e158599cd665c9c4 /ospfd/ospf_lsa.h | |
parent | e05fba43875e86ba2ec6e3970e5ec3aa2d0e040c (diff) |
From: Hasso Tepper <hasso@estpak.ee>
To: zebra@zebra.org
Subject: [zebra 18648] [PATCH] Selforiginated Type-7 LSA's are not flushed
from lsdb
Diffstat (limited to 'ospfd/ospf_lsa.h')
-rw-r--r-- | ospfd/ospf_lsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h index 82d9549f..b12feebc 100644 --- a/ospfd/ospf_lsa.h +++ b/ospfd/ospf_lsa.h @@ -266,6 +266,7 @@ struct ospf_lsa *ospf_summary_asbr_lsa_refresh (struct ospf *, struct ospf_lsa * struct ospf_lsa *ospf_lsa_install (struct ospf *, struct ospf_interface *, struct ospf_lsa *); +void ospf_nssa_lsa_flush (struct ospf *ospf, struct prefix_ipv4 *p); void ospf_external_lsa_flush (struct ospf *, u_char, struct prefix_ipv4 *, unsigned int, struct in_addr); |