diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-20 23:40:20 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-20 23:48:06 +0200 |
commit | 41b612c31be05409e69e7365db82b3d1aefc4ca3 (patch) | |
tree | f6ab1441f244fd5e80a816ded38310c4489c97fe /proto/ospf/lsalib.c | |
parent | 9008579b97239564e1dcac855cf726fa9ab7dabd (diff) |
OSPF NSSA support, part one.
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: |