summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-11 11:05:06 +0200
committerOndrej Filip <feela@network.cz>2004-06-11 11:05:06 +0200
commit8bf684eca2de6ffd9ba797cad485e36db0b9548f (patch)
treed5445be010ec277d1ea54674d3ab4b9f5d696b4f /nest/rt-attr.c
parent7df86c25fc6c871795265faebe02bf4dcecdd190 (diff)
downloadbird-8bf684eca2de6ffd9ba797cad485e36db0b9548f.tar
bird-8bf684eca2de6ffd9ba797cad485e36db0b9548f.zip
RTS_OSPF_BONDARY is nonsense, RTS_OSPF_IA must have smaller id than RTS_OSPF_EXT
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index 6e782f2..14a2480 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -705,8 +705,7 @@ rta_dump(rta *a)
{
static char *rts[] = { "RTS_DUMMY", "RTS_STATIC", "RTS_INHERIT", "RTS_DEVICE",
"RTS_STAT_DEV", "RTS_REDIR", "RTS_RIP",
- "RTS_OSPF", "RTS_OSPF_EXT", "RTS_OSPF_IA",
- "RTS_OSPF_BOUNDARY", "RTS_BGP" };
+ "RTS_OSPF", "RTS_OSPF_EXT", "RTS_OSPF_IA", "RTS_BGP" };
static char *rtc[] = { "", " BC", " MC", " AC" };
static char *rtd[] = { "", " DEV", " HOLE", " UNREACH", " PROHIBIT" };