summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-10 13:22:08 +0200
committerOndrej Filip <feela@network.cz>2000-05-10 13:22:08 +0200
commit65a9c57175b60048d5501b2c951d5e46b3909fcb (patch)
tree2fead75eac66ec776115e8bcfd2df914c7174bee /proto/ospf/ospf.h
parentaa1e082c6779505e9ca24ba9f9d6cdfd4c647b06 (diff)
downloadbird-65a9c57175b60048d5501b2c951d5e46b3909fcb.tar
bird-65a9c57175b60048d5501b2c951d5e46b3909fcb.zip
Change u32 to ip_addr in ext lsa.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 79d0dd1..13ce8fe 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -227,7 +227,7 @@ struct ospf_lsa_ext_tos {
u8 etos;
u8 padding;
u16 metric;
- u32 fwaddr;
+ ip_addr fwaddr;
u32 tag;
};