summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.h
diff options
context:
space:
mode:
authorpaul <paul>2002-12-13 21:44:27 +0000
committerpaul <paul>2002-12-13 21:44:27 +0000
commitfdc64b8740747007d9fc8587f1ecbd4c4e2b50c0 (patch)
tree1dd622d1305d29f9d934406298dbb35bdc4eebf4 /ospfd/ospf_lsa.h
parentda773e4239ae3046bfe66b53a3f32b4948ff5724 (diff)
downloadquagga-patch.z16681.ospfd.nssa.tar.bz2
quagga-patch.z16681.ospfd.nssa.tar.xz
Kevin C Miller <kevinm@andrew.cmu.edu>patch.z16681.ospfd.nssa
[zebra 16681] OSPF NSSA Patches
Diffstat (limited to 'ospfd/ospf_lsa.h')
-rw-r--r--ospfd/ospf_lsa.h4
1 files changed, 4 insertions, 0 deletions
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 */