From f2c806522030d4964b4ca649637a7901751d8496 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 13 Dec 2002 21:44:27 +0000 Subject: Kevin C Miller [zebra 16681] OSPF NSSA Patches --- ospfd/ospf_lsa.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ospfd/ospf_lsa.h') diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h index 02fbe704..4303bcd6 100644 --- a/ospfd/ospf_lsa.h +++ b/ospfd/ospf_lsa.h @@ -323,4 +323,8 @@ int is_prefix_default (struct prefix_ipv4 *); int metric_type (u_char); int metric_value (u_char); +#ifdef HAVE_NSSA +struct in_addr ospf_get_nssa_ip (struct ospf_area *); +#endif + #endif /* _ZEBRA_OSPF_LSA_H */ -- cgit v1.2.1