diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-11-10 16:43:11 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-11-10 16:43:11 +0100 |
commit | 5cdf264f937687aff194574f5fe2badb087337b8 (patch) | |
tree | bcb0cf3f701d2abbe350a811f1f32448d8eeedf0 /proto/ospf/ospf.h | |
parent | c4443085a198c26a478463429477e7e8a599fa07 (diff) | |
download | bird-5cdf264f937687aff194574f5fe2badb087337b8.tar bird-5cdf264f937687aff194574f5fe2badb087337b8.zip |
Fixes a bug related to implicit backbone on ABR.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 1ae83c1..34b0545 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -701,7 +701,7 @@ struct ospf_area { node n; u32 areaid; - struct ospf_area_config *ac; /* Related area config */ + struct ospf_area_config *ac; /* Related area config, might be NULL */ int origrt; /* Rt lsa origination scheduled? */ struct top_hash_entry *rt; /* My own router LSA */ struct top_hash_entry *pxr_lsa; /* Originated prefix LSA */ |