summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-12-03 23:20:02 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-12-03 23:20:02 +0100
commit98955023926734c7ecf79f9b8d004baff5225a78 (patch)
treebb065c8f63fc2c78e41ea5fa48c8debb5c8c10cf /proto/ospf/ospf.c
parentbb3c7c6d22c48cd78b4c5b77a78ff1b92adca053 (diff)
downloadbird-98955023926734c7ecf79f9b8d004baff5225a78.tar
bird-98955023926734c7ecf79f9b8d004baff5225a78.zip
Fixes OSPFv2 build.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 10713c9..78fa5ee 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -1049,6 +1049,8 @@ ospf_sh_iface(struct proto *p, char *iff)
* values
*/
+#ifdef OSPFv3
+
static struct ospf_lsa_header *
fake_lsa_from_prefix_lsa(struct ospf_lsa_header *dst, struct ospf_lsa_header *src,
struct ospf_lsa_prefix *px)
@@ -1062,6 +1064,8 @@ fake_lsa_from_prefix_lsa(struct ospf_lsa_header *dst, struct ospf_lsa_header *sr
return dst;
}
+#endif
+
static int
lsa_compare_for_state(const void *p1, const void *p2)
{