From 41b612c31be05409e69e7365db82b3d1aefc4ca3 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 20 Jul 2011 23:40:20 +0200 Subject: OSPF NSSA support, part one. --- proto/ospf/lsalib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/lsalib.c') 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: -- cgit v1.2.3