]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
To find out a type of route (external, inter/intra area)
authorOndrej Filip <feela@network.cz>
Sun, 28 May 2000 19:07:39 +0000 (19:07 +0000)
committerOndrej Filip <feela@network.cz>
Sun, 28 May 2000 19:07:39 +0000 (19:07 +0000)
nest/route.h

index 640cd490d9e803e2f37e8100b2f50633d870ade0..cc81009ec3cc7bb7ece44aa09146dd709f4cc809 100644 (file)
@@ -163,6 +163,10 @@ typedef struct rte {
     struct {
       u32 metric1, metric2;            /* OSPF Type 1 and Type 2 metrics */
       u32 tag;                         /* External route tag */
+      char type;                       /* A - intra area
+                                         * I - inter area
+                                         * E - external 
+                                         */
     } ospf;
 #endif
     struct {                           /* Routes generated by krt sync (both temporary and inherited ones) */