]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
A fix for broken multi-area OSPF
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 8 Jan 2010 16:22:51 +0000 (17:22 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 8 Jan 2010 16:22:51 +0000 (17:22 +0100)
proto/ospf/rt.h

index d4b85ae26a83b82564ac949433e9981165c2f2e5..5020b473896ff68c2650c9a25bde4ba480b62643 100644 (file)
@@ -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;