summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-07-20 23:40:20 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-07-20 23:48:06 +0200
commit41b612c31be05409e69e7365db82b3d1aefc4ca3 (patch)
treef6ab1441f244fd5e80a816ded38310c4489c97fe /proto/ospf/lsalib.c
parent9008579b97239564e1dcac855cf726fa9ab7dabd (diff)
downloadbird-41b612c31be05409e69e7365db82b3d1aefc4ca3.tar
bird-41b612c31be05409e69e7365db82b3d1aefc4ca3.zip
OSPF NSSA support, part one.
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r--proto/ospf/lsalib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c
index 5e227da..538a730 100644
--- a/proto/ospf/lsalib.c
+++ b/proto/ospf/lsalib.c
@@ -490,6 +490,7 @@ lsa_validate(struct ospf_lsa_header *lsa, void *body)
case LSA_T_SUM_RT:
return lsa_validate_sum_rt(lsa, body);
case LSA_T_EXT:
+ case LSA_T_NSSA:
return lsa_validate_ext(lsa, body);
#ifdef OSPFv3
case LSA_T_LINK: