diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 17:22:51 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 17:22:51 +0100 |
commit | fc33143f02642cc775a704dec37446e0b4343a43 (patch) | |
tree | 284417cc3a7451511e9bd1cab1416d4f948c8dfc | |
parent | 0741e68750fdda754790b6de7739e06310bdf723 (diff) | |
download | bird-fc33143f02642cc775a704dec37446e0b4343a43.tar bird-fc33143f02642cc775a704dec37446e0b4343a43.zip |
A fix for broken multi-area OSPF
-rw-r--r-- | proto/ospf/rt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index d4b85ae..5020b47 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -22,7 +22,7 @@ typedef struct orta In OSPFv2, ASBRs from another areas (that we know from rt-summary-lsa), have just ORTA_ASBR in options, their real options are unknown */ #define ORTA_ASBR OPT_RT_E -#define ORTA_ABR OPT_RT_V +#define ORTA_ABR OPT_RT_B struct ospf_area *oa; u32 metric1; u32 metric2; |