]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Change u32 to ip_addr in ext lsa.
authorOndrej Filip <feela@network.cz>
Wed, 10 May 2000 11:22:08 +0000 (11:22 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 10 May 2000 11:22:08 +0000 (11:22 +0000)
proto/ospf/ospf.h

index 79d0dd12ff95b705dc86d88a038e2f2cdb2fc0e3..13ce8fe08fb18ff719ad030dd64681f9552ef195 100644 (file)
@@ -227,7 +227,7 @@ struct ospf_lsa_ext_tos {
   u8 etos;
   u8 padding;
   u16 metric;
-  u32 fwaddr;
+  ip_addr fwaddr;
   u32 tag;
 };