diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 21:19:03 +0100 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 21:19:03 +0100 |
commit | 844e0f65dbab98f71f2a5631277a720613d4d7a5 (patch) | |
tree | 544b47a323e0fa0291bca7748de36f75ee26a48f /proto/ospf | |
parent | 3242ab437f47f34d6734726003d647d0f493a163 (diff) | |
parent | fc33143f02642cc775a704dec37446e0b4343a43 (diff) | |
download | bird-844e0f65dbab98f71f2a5631277a720613d4d7a5.tar bird-844e0f65dbab98f71f2a5631277a720613d4d7a5.zip |
Merge branch 'master' of ssh://git.nic.cz/projects/bird/GIT/bird
Diffstat (limited to 'proto/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; |