diff options
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 5e227da5..538a7303 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: |