From: Ondrej Filip Date: Sun, 28 May 2000 19:07:39 +0000 (+0000) Subject: To find out a type of route (external, inter/intra area) X-Git-Tag: v1.2.0~839 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdc25e8db7bfb38a9aca71abc5c202c25f4b0732;p=thirdparty%2Fbird.git To find out a type of route (external, inter/intra area) --- diff --git a/nest/route.h b/nest/route.h index 640cd490d..cc81009ec 100644 --- a/nest/route.h +++ b/nest/route.h @@ -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) */