diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-30 12:36:57 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-30 12:36:57 +0200 |
commit | 73232f6b18222d73b38eae58e2c4c90062202709 (patch) | |
tree | 5192f6d9af30473dcdb5fcd5449faf078549ca76 /nest/route.h | |
parent | 2bdb5e0083b6f24d29d74bb5e62cd13d724ba54f (diff) | |
download | bird-73232f6b18222d73b38eae58e2c4c90062202709.tar bird-73232f6b18222d73b38eae58e2c4c90062202709.zip |
Better rt dumping.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nest/route.h b/nest/route.h index cc81009..640cd49 100644 --- a/nest/route.h +++ b/nest/route.h @@ -163,10 +163,6 @@ 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) */ |